diff --git a/roles/samba-dc/files/krb5kdc.logrotate.conf b/roles/samba-dc/files/krb5kdc.logrotate.conf index d4abbd3..959ba0c 100644 --- a/roles/samba-dc/files/krb5kdc.logrotate.conf +++ b/roles/samba-dc/files/krb5kdc.logrotate.conf @@ -1,8 +1,8 @@ /var/log/krb5kdc.log /var/log/samba/mit_kdc.log { missingok notifempty - monthly - rotate 2 + weekly + rotate 4 postrotate pkill -HUP krb5kdc || true endscript