rebound/misc/packaging/openrc/rebound.openrc.sh

11 lines
177 B
Bash
Raw Normal View History

2023-09-23 06:03:28 +02:00
#!/sbin/openrc-run
command="/usr/bin/rebound"
command_args=""
supervisor=supervise-daemon
output_log="/var/log/rebound.log"
error_log="$output_log"
depend() {
need net
}