krb5/SOURCES/kadmind.logrotate
2021-10-08 12:27:03 +00:00

10 lines
185 B
Plaintext

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