10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
/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
|
|
}
|