10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
|
/var/log/krb5kdc.log {
|
||
|
missingok
|
||
|
notifempty
|
||
|
monthly
|
||
|
rotate 12
|
||
|
postrotate
|
||
|
systemctl reload krb5kdc.service || true
|
||
|
endscript
|
||
|
}
|