PKGBUILDs/extra/privoxy/privoxy.logrotated
2009-10-09 21:23:22 -05:00

8 lines
214 B
Text

/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
}