diff options
Diffstat (limited to 'community-testing/privoxy/privoxy.service')
-rw-r--r-- | community-testing/privoxy/privoxy.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community-testing/privoxy/privoxy.service b/community-testing/privoxy/privoxy.service deleted file mode 100644 index 59a8884f9..000000000 --- a/community-testing/privoxy/privoxy.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Privoxy Web Proxy With Advanced Filtering Capabilities -After=network.target - -[Service] -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 |