From e83e20ebe73756c567535a6f1527ab32b4fcdb78 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 17 Oct 2017 23:02:32 +1300 Subject: dnscrypt-proxy: Add missing slash --- init.d.in/dnscrypt-proxy.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1