aports/testing/remco/remco.initd
2025-05-27 21:23:45 +00:00

13 lines
204 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
command="/usr/bin/remco"
command_background="yes"
error_log="/var/log/remco.log"
pidfile="/var/run/${SVCNAME}.pid"
depend() {
need net
after firewall
}