krb5/kadmind.logrotate

11 lines
200 B
Plaintext
Raw Normal View History

2019-09-30 10:54:30 -04:00
/var/log/kadmind.log {
2020-01-10 16:32:54 +08:00
maxage 365
rotate 12
2019-09-30 10:54:30 -04:00
notifempty
monthly
2020-01-10 16:32:54 +08:00
missingok
2019-09-30 10:54:30 -04:00
postrotate
/bin/kill -HUP `cat /var/run/kadmind.pid 2>/dev/null` 2> /dev/null || true
endscript
}