13 lines
172 B
Plaintext

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