fixup! Initial build of dnscrypt-proxy
This is what I get for not testing my own package properly.
This commit is contained in:
@@ -13,8 +13,8 @@ PIDFILE="/run/dnscrypt-proxy.pid"
|
||||
def start():
|
||||
# path to executable
|
||||
# creates a pid file, sets the working directory and calls the jar file
|
||||
startService(command="/usr/bin/dnscrypt-proxy",
|
||||
args="--config /etc/dnscrypt-proxy/dnscrypt-proxy.toml",
|
||||
startService(command="/usr/bin/dnscrypt-proxy-comar-compat.sh",
|
||||
args="",
|
||||
donotify=True)
|
||||
|
||||
@synchronized
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
/usr/bin/dnscrypt-proxy --config /etc/dnscrypt-proxy/dnscrypt-proxy.toml > /dev/null 2>&1 &
|
||||
echo $! > /run/dnscrypt-proxy.pid
|
||||
|
||||
Reference in New Issue
Block a user