diff options
Diffstat (limited to 'community/privoxy/privoxy.service')
-rw-r--r-- | community/privoxy/privoxy.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/privoxy/privoxy.service b/community/privoxy/privoxy.service index db0f43012..59a8884f9 100644 --- a/community/privoxy/privoxy.service +++ b/community/privoxy/privoxy.service @@ -6,6 +6,7 @@ After=network.target Type=forking PIDFile=/run/privoxy.pid ExecStart=/usr/sbin/privoxy --pidfile /run/privoxy.pid --user privoxy.privoxy /etc/privoxy/config +SuccessExitStatus=15 [Install] WantedBy=multi-user.target |