From ab9ca926f907e2c9bcdad32e23e4b7fd7de9dd75 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 17 Sep 2017 21:46:18 +1200 Subject: Add unbound initscript --- init.d.in/unbound.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 init.d.in/unbound.in 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 +} -- cgit v1.1