diff options
Diffstat (limited to 'net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd')
-rw-r--r-- | net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd deleted file mode 100644 index e0fc08ad6a0c..000000000000 --- a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -command="/usr/bin/dnscrypt-proxy" -command_args="${DNSCRYPT_PROXY_OPTS:--config /etc/dnscrypt-proxy/dnscrypt-proxy.toml}" -command_user="${DNSCRYPT_PROXY_USER:-dnscrypt-proxy}:${DNSCRYPT_PROXY_GROUP:-dnscrypt-proxy}" -pidfile="/run/${RC_SVCNAME}.pid" -start_stop_daemon_args="--background --make-pidfile" - -depend() { - use logger net - provide dns -} - -start_pre() { - checkpath -q -d -m 0775 -o "${command_user}" /var/cache/"${RC_SVCNAME}" - checkpath -q -d -m 0775 -o "${command_user}" /var/log/"${RC_SVCNAME}" -} |