krb5/krb5kdc.logrotate
2020-01-10 16:32:54 +08:00

11 lines
200 B
Plaintext

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