summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-10-17 23:02:32 +1300
committerDavid Phillips <david@sighup.nz>2017-10-17 23:02:32 +1300
commite83e20ebe73756c567535a6f1527ab32b4fcdb78 (patch)
treee0b943695d133ad1b639f11b5905e3b660c79e85
parent8191d359944bf4e8f922a36cd04b3ac7165e4953 (diff)
downloadinitscripts-master.tar.xz
dnscrypt-proxy: Add missing slashHEADmaster
-rwxr-xr-xinit.d.in/dnscrypt-proxy.in2
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