]> git.ipfire.org Git - ipfire-3.x.git/blob - krb5/logrotate/krb5kdc.logrotate
chrony: Drop logrotate configuration
[ipfire-3.x.git] / krb5 / logrotate / krb5kdc.logrotate
1 /var/log/krb5kdc.log {
2 missingok
3 notifempty
4 monthly
5 rotate 12
6 postrotate
7 /bin/kill -HUP `cat /var/run/krb5kdc.pid 2>/dev/null` 2> /dev/null || true
8 endscript
9 }