Files
squidGuard/squidGuard.logrotate

16 lines
204 B
Plaintext
Raw Permalink Normal View History

@SG_LOGDIR@/squidGuard.log {
compress
dateext
notifempty
create 640 squid squid
rotate 99
missingok
size 4M
su squid squid
#maxage 365
postrotate
/usr/bin/systemctl reload squid
endscript
}