summaryrefslogtreecommitdiffstats
path: root/kadmind.logrotate
blob: 52a66c4183379ae52a4206e95cdc865fdc945e67 (plain)
1
2
3
4
5
6
7
8
9
/var/log/kadmind.log {
    missingok
    notifempty
    monthly
    rotate 12
    postrotate
	/bin/kill -HUP `cat /var/run/kadmind.pid 2>/dev/null` 2> /dev/null || true
    endscript
}