clamav/clamd.logrotate

9 lines
198 B
Plaintext
Raw Normal View History

2011-12-13 23:51:57 +00:00
%{_localstatedir}/log/clamav/clamd.log {
missingok
notifempty
create 644 clam clam
postrotate
killall -HUP clamd 2>/dev/null || :
endscript
}