/[packages]/cauldron/privoxy/current/SOURCES/privoxy.service
ViewVC logotype

Contents of /cauldron/privoxy/current/SOURCES/privoxy.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 793229 - (show annotations) (download)
Sat Oct 25 16:12:50 2014 UTC (9 years, 6 months ago) by cjw
File size: 331 byte(s)
- restart the daemon on logrotate to make sure the old log file is closed
- add ExecReload to systemd service file

1 [Unit]
2 Description=Privacy enhancing HTTP Proxy
3 After=network.target
4
5 [Service]
6 Type=forking
7 PIDFile=/run/privoxy.pid
8 ExecStart=/usr/sbin/privoxy --pidfile /run/privoxy.pid --user daemon.daemon /etc/privoxy/config
9 StandardOutput=syslog
10 StandardError=syslog
11 ExecReload=/bin/kill -HUP $MAINPID
12
13 [Install]
14 WantedBy=multi-user.target

  ViewVC Help
Powered by ViewVC 1.1.30