summaryrefslogtreecommitdiffstats
path: root/http/privoxy/init.d/junkbuster
diff options
context:
space:
mode:
Diffstat (limited to 'http/privoxy/init.d/junkbuster')
-rwxr-xr-xhttp/privoxy/init.d/junkbuster5
1 files changed, 2 insertions, 3 deletions
diff --git a/http/privoxy/init.d/junkbuster b/http/privoxy/init.d/junkbuster
index 53dd1db45c..ce65499351 100755
--- a/http/privoxy/init.d/junkbuster
+++ b/http/privoxy/init.d/junkbuster
@@ -1,10 +1,9 @@
#!/bin/bash
PROGRAM=/usr/sbin/privoxy
-ARGS="/etc/privoxy/config"
+PIDFILE=/var/run/privoxy.pid
+ARGS="--pidfile $PIDFILE --user nobody.nogroup /etc/privoxy/config"
RUNLEVEL=3
NEEDS="+remote_fs"
. /etc/init.d/smgl_init
-
-