updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / privoxy-beta / privoxy.logrotated
blobce52108d3e721d2e6e82e150fadeaa2242bc47fc
1 /var/log/privoxy/jarfile /var/log/privoxy/logfile {
2    create 660 root privoxy
3    notifempty
4    compress
5    postrotate
6      /bin/kill -HUP `cat /var/run/privoxy.pid 2>/dev/null` 2> /dev/null || true
7    endscript