krb5/krb5kdc.logrotate

11 lines
200 B
Plaintext
Raw Permalink Normal View History

2019-09-30 10:54:30 -04:00
/var/log/krb5kdc.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/krb5kdc.pid 2>/dev/null` 2> /dev/null || true
endscript
}