/var/log/krb5kdc.log {
    maxage 365
    rotate 12
    notifempty
    monthly
    missingok
    postrotate
	/bin/kill -HUP `cat /var/run/krb5kdc.pid 2>/dev/null` 2> /dev/null || true
    endscript
}
