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