ansible-roles/squid/templates/logrotate.j2

12 lines
264 B
Plaintext
Raw Normal View History

/var/log/{{ squid_daemoname }}/*.log {
2017-03-14 18:06:07 +01:00
monthly
compress
rotate 12
missingok
create 640 proxy adm
sharedscripts
postrotate
test ! -e /var/run/{{ squid_daemoname }}.pid || /usr/sbin/{{ squid_daemoname }} -k rotate
2017-03-14 18:06:07 +01:00
endscript
}