krb5/krb5kdc.logrotate
2019-09-30 10:54:30 -04:00

10 lines
185 B
Plaintext

/var/log/krb5kdc.log {
missingok
notifempty
monthly
rotate 12
postrotate
/bin/kill -HUP `cat /var/run/krb5kdc.pid 2>/dev/null` 2> /dev/null || true
endscript
}