krb5/kadmind.logrotate
2020-09-10 14:22:32 +00:00

10 lines
157 B
Plaintext

/var/log/kadmind.log {
missingok
notifempty
monthly
rotate 12
postrotate
systemctl reload kadmin.service || true
endscript
}