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