11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
|
/var/log/clamav/freshclamd.log {
|
||
|
weekly
|
||
|
compress
|
||
|
notifempty
|
||
|
missingok
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /var/run/clamav/freshclamd.pid 2>/dev/null` 2>/dev/null || :
|
||
|
endscript
|
||
|
}
|
||
|
|