diff options
| -rwxr-xr-x | init.d.in/dnscrypt-proxy.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.in/dnscrypt-proxy.in b/init.d.in/dnscrypt-proxy.in index b4a5334..3e6084e 100755 --- a/init.d.in/dnscrypt-proxy.in +++ b/init.d.in/dnscrypt-proxy.in @@ -1,7 +1,7 @@  #!@OPENRC_RUN@  pidfile=/run/dnscrypt-proxy.pid -command="@BINDIR@dnscrypt-proxy" +command="@BINDIR@/dnscrypt-proxy"  command_args="${CONFIG_FILE}"  command_background=yes  | 
