PKGBUILDs/extra/privoxy/privoxy.logrotated

9 lines
214 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
/var/log/privoxy/jarfile /var/log/privoxy/logfile {
create 660 root privoxy
notifempty
compress
postrotate
/bin/kill -HUP `cat /var/run/privoxy.pid 2>/dev/null` 2> /dev/null || true
endscript
}