summarylogtreecommitdiffstats
path: root/privoxy.logrotate
blob: c3d68656724fc28a5617a43f76eea7aa9cdf77b4 (plain)
1
2
3
4
5
6
7
8
9
/var/log/privoxy/privoxy.log {
    missingok
    notifempty
    create 0640 privoxy privoxy
    compress
    postrotate
        killall -HUP privoxy 2>/dev/null || true
    endscript
}