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

11 lines
200 B
Plaintext

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