From 8191d359944bf4e8f922a36cd04b3ac7165e4953 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 17 Oct 2017 00:48:24 +1300 Subject: Add dnscrypt-proxy initscripts --- init.d.in/dnscrypt-proxy.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 init.d.in/dnscrypt-proxy.in (limited to 'init.d.in') diff --git a/init.d.in/dnscrypt-proxy.in b/init.d.in/dnscrypt-proxy.in new file mode 100755 index 0000000..b4a5334 --- /dev/null +++ b/init.d.in/dnscrypt-proxy.in @@ -0,0 +1,12 @@ +#!@OPENRC_RUN@ + +pidfile=/run/dnscrypt-proxy.pid +command="@BINDIR@dnscrypt-proxy" +command_args="${CONFIG_FILE}" +command_background=yes + +depend() { + need net + use logger + provide dns +} -- cgit v1.1