authentic/debian/authentic2.logrotate

15 lines
264 B
Plaintext

/var/log/authentic2/*.log {
weekly
missingok
rotate 52
compress
delaycompress
notifempty
create 0640 authentic2 adm
sharedscripts
postrotate
[ ! -f /var/run/authentic2/authentic2.pid ] || kill -HUP `cat /var/run/authentic2/authentic2.pid`
endscript
}