10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
|
/var/log/clamd.<SERVICE> {
|
||
|
monthly
|
||
|
notifempty
|
||
|
missingok
|
||
|
|
||
|
postrotate
|
||
|
killall -HUP clamd.<SERVICE> 2>/dev/null || :
|
||
|
endscript
|
||
|
}
|