X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=debian%2Fprivoxy.service;h=d8c08ed5cd02c208801adabad27e417c5cd6a2bf;hb=6f826450179f69f481c58d365e274ab5b1896709;hp=f7b3f5dde6ab8fe070bcbf58efea2eb2ad923870;hpb=307d9bf70dec6e98cf0403b95ead326611ad2f37;p=privoxy.git diff --git a/debian/privoxy.service b/debian/privoxy.service index f7b3f5dd..d8c08ed5 100644 --- a/debian/privoxy.service +++ b/debian/privoxy.service @@ -1,14 +1,14 @@ [Unit] Description=Privacy enhancing HTTP Proxy Documentation=man:privoxy(8) https://www.privoxy.org/user-manual/ -After=network.target +After=network-online.target [Service] -Environment=PIDFILE=/var/run/privoxy.pid +Environment=PIDFILE=/run/privoxy.pid Environment=OWNER=privoxy Environment=CONFIGFILE=/etc/privoxy/config Type=forking -PIDFile=/var/run/privoxy.pid +PIDFile=/run/privoxy.pid ExecStart=/usr/sbin/privoxy --pidfile $PIDFILE --user $OWNER $CONFIGFILE ExecStopPost=/bin/rm -f $PIDFILE SuccessExitStatus=15