ansible-roles/squid/files/logrotate_squid
2021-10-11 11:03:34 +02:00

11 lines
218 B
Plaintext

/var/log/squid3/*.log {
monthly
compress
rotate 12
missingok
create 640 proxy adm
sharedscripts
postrotate
test ! -e /var/run/squid3.pid || /usr/sbin/squid3 -k rotate
endscript
}