krb5/SOURCES/kadmind.logrotate

10 lines
157 B
Plaintext
Raw Normal View History

2021-11-03 23:13:04 +00:00
/var/log/kadmind.log {
missingok
notifempty
monthly
rotate 12
postrotate
systemctl reload kadmin.service || true
endscript
}