/lib/systemd/system/privoxy.service is in privoxy 3.0.21-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | [Unit]
Description=Privacy enhancing HTTP Proxy
[Service]
ExecStart=/usr/sbin/privoxy --no-daemon /etc/privoxy/config
StandardOutput=syslog
StandardError=syslog
[Install]
WantedBy=multi-user.target
|