9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
|
%{_localstatedir}/log/clamav/clamd.log {
|
||
|
missingok
|
||
|
notifempty
|
||
|
create 644 clam clam
|
||
|
postrotate
|
||
|
killall -HUP clamd 2>/dev/null || :
|
||
|
endscript
|
||
|
}
|