This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=PIDFILE=/run/privoxy.pid OWNER=privoxy CONFIGFILE=/etc/privoxy/config
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/privoxy --no-daemon /etc/privoxy/config
-
ExecStart=/usr/bin/privoxy --no-daemon privoxy.conf
-
ExecStart=/usr/sbin/privoxy --chroot --pidfile /run/privoxy.pid --user privoxy /etc/config
-
ExecStart=/usr/sbin/privoxy --pidfile $PIDFILE --user $OWNER $CONFIGFILE
-
ExecStart=/usr/sbin/privoxy --pidfile /run/privoxy.pid --user privoxy /etc/privoxy/config
-
ExecStartPre=-/usr/bin/cp -upf /etc/resolv.conf /etc/host.conf /etc/hosts /etc/localtime /var/lib/privoxy/etc/ -/usr/bin/cp -upf /lib64/libresolv.so.2 /lib64/libnss_dns.so.2 /var/lib/privoxy/lib64/
-
ExecStopPost=/bin/rm -f $PIDFILE
-
Group=privoxy
-
PIDFile=/run/privoxy.pid
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RestrictRealtime
Introduced in systemd 231=yes -
SuccessExitStatus=15
-
Type=forking
-
Type=simple
-
User=privoxy
-
-
[Unit]
-
After=network-online.target
-
After=network.target
-
After=network.target nss-lookup.target
-
ConditionPathExists=/usr/ca.crt /usr/ca.key
-
Description=Filtering web proxy
-
Description=Privacy enhancing HTTP Proxy
-
Description=Privoxy Web Proxy With Advanced Filtering Capabilities
-
Documentation=man:privoxy(8) https://www.privoxy.org/user-manual/
-
Wants=network-online.target
-
Additionnal notes
Nothing here.