Blame | Last modification | View Log | RSS feed
/var/log/squid/*.log {weeklyrotate 5compressnotifemptymissingoksharedscriptspostrotate# Asks squid to reopen its logs. (log_rotate 0 is set in squid.conf)# errors redirected to make it silent if squid is not running/usr/sbin/squid -k rotate 2>/dev/null# Wait a little to allow Squid to catch up before the logs is compressedsleep 1endscript}