aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts/dnsd.initd
blob: 022569626b892535e23dabda01d13f3da0ff4627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run

name="busybox $SVCNAME"
command="/usr/sbin/$SVCNAME"
command_args="$DNSD_OPTS"
pidfile="/var/run/$SVCNAME.pid"

depend() {
	need net
	after firewall
}