configpolicy/roles/samba-dc/files/krb5kdc.logrotate.conf

10 lines
170 B
Plaintext

/var/log/krb5kdc.log /var/log/samba/mit_kdc.log {
missingok
notifempty
monthly
rotate 2
postrotate
pkill -HUP krb5kdc || true
endscript
}