mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
13 lines
301 B
SYSTEMD
13 lines
301 B
SYSTEMD
|
[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
|