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

12 lines
152 B
Plaintext
Executable File

#!/sbin/openrc-run
name="busybox $SVCNAME"
command="/usr/sbin/$SVCNAME"
command_args="$HTTPD_OPTS"
depend() {
need net localmount
after firewall
}