From ed882187b3b2b9115fadd7bcf80eee1fe2036fca Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 22 Aug 2016 12:07:35 +0000 Subject: community/dnscrypt-proxy: moved from testing --- testing/dnscrypt-proxy/dnscrypt-proxy.initd | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 testing/dnscrypt-proxy/dnscrypt-proxy.initd (limited to 'testing/dnscrypt-proxy/dnscrypt-proxy.initd') diff --git a/testing/dnscrypt-proxy/dnscrypt-proxy.initd b/testing/dnscrypt-proxy/dnscrypt-proxy.initd deleted file mode 100644 index 8c3246b6c6..0000000000 --- a/testing/dnscrypt-proxy/dnscrypt-proxy.initd +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/openrc-run - -pidfile=/var/run/dnscrypt-proxy/dnscrypt-proxy.pid -command=/usr/sbin/dnscrypt-proxy -command_args="--pidfile=$pidfile --daemonize - --logfile=${DNSCRYPT_LOGFILE:-/var/log/dnscrypt-proxy/dnscrypt-proxy.log} - --user=${DNSCRYPT_USER:-dnscrypt} - --local-address=${DNSCRYPT_LOCALIP:-127.0.0.1:53}" - - -depend() { - use net - before dns - after logger firewall -} - -start_pre() { - checkpath --directory ${pidfile%/*} - # by default opendns is used but its possible to override - if [ -n "$RESOLVER" ] && [ -n "$PUBKEY" ] && [ -n "$PROVIDER" ]; then - command_args="$command_args -r ${RESOLVER} -k ${PUBKEY} -N ${PROVIDER}" - fi -} - -- cgit v1.2.3