summaryrefslogtreecommitdiff
path: root/community/privoxy/privoxy.service
blob: 59a8884f90af37922e736616ea5b485137ec8001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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