privoxy.logrotate.d 202 B

12345678910
  1. /var/log/privoxy/logfile {
  2. missingok
  3. create 660 root privoxy
  4. notifempty
  5. compress
  6. postrotate
  7. /bin/kill -HUP `cat /var/run/privoxy.pid 2>/dev/null` 2> /dev/null || true
  8. endscript
  9. }