Files
2018-11-06 00:13:24 +00:00

14 lines
211 B
Plaintext
Executable File

#!/sbin/openrc-run
name="busybox $SVCNAME"
command="/usr/sbin/$SVCNAME"
command_args="-f $INETD_OPTS"
pidfile="/var/run/$SVCNAME.pid"
command_background=true
depend() {
need net localmount
after firewall
}