aboutsummaryrefslogtreecommitdiffstats
path: root/community/dnscrypt-proxy/dnscrypt-proxy.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/dnscrypt-proxy/dnscrypt-proxy.initd')
-rw-r--r--community/dnscrypt-proxy/dnscrypt-proxy.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dnscrypt-proxy/dnscrypt-proxy.initd b/community/dnscrypt-proxy/dnscrypt-proxy.initd
index 8c3246b6c6..f68da6da72 100644
--- a/community/dnscrypt-proxy/dnscrypt-proxy.initd
+++ b/community/dnscrypt-proxy/dnscrypt-proxy.initd
@@ -1,7 +1,7 @@
#!/sbin/openrc-run
pidfile=/var/run/dnscrypt-proxy/dnscrypt-proxy.pid
-command=/usr/sbin/dnscrypt-proxy
+command=/usr/bin/dnscrypt-proxy
command_args="--pidfile=$pidfile --daemonize
--logfile=${DNSCRYPT_LOGFILE:-/var/log/dnscrypt-proxy/dnscrypt-proxy.log}
--user=${DNSCRYPT_USER:-dnscrypt}