aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/dnsd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/busybox/dnsd.initd')
-rw-r--r--main/busybox/dnsd.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/busybox/dnsd.initd b/main/busybox/dnsd.initd
new file mode 100644
index 00000000000..42e4a34c13a
--- /dev/null
+++ b/main/busybox/dnsd.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+
+name="busybox $RC_SVCNAME"
+command="/usr/sbin/$RC_SVCNAME"
+command_args="$DNSD_OPTS"
+pidfile="/run/$SVCNAME.pid"
+command_background=true
+
+depend() {
+ need net
+ after firewall
+}
+