summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-09-17 21:46:18 +1200
committerDavid Phillips <david@sighup.nz>2017-09-17 21:46:18 +1200
commitab9ca926f907e2c9bcdad32e23e4b7fd7de9dd75 (patch)
treea842f8caa45cf3008c74be16ca8e1059cb33499a
parent6545dc1b51d13943016219e656fbc2b2946a5bc9 (diff)
downloadinitscripts-ab9ca926f907e2c9bcdad32e23e4b7fd7de9dd75.tar.xz
Add unbound initscript
-rw-r--r--init.d.in/unbound.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.d.in/unbound.in b/init.d.in/unbound.in
new file mode 100644
index 0000000..602756a
--- /dev/null
+++ b/init.d.in/unbound.in
@@ -0,0 +1,10 @@
+#!@OPENRC_RUN@
+
+pidfile=/run/unbound.pid
+command="@BINDIR@/unbound"
+
+depend() {
+ need net
+ use logger
+ provide dns
+}