9 lines
198 B
Plaintext
Raw Normal View History

2024-02-21 20:14:44 +06:00
%{_localstatedir}/log/clamav/clamd.log {
missingok
notifempty
create 644 clam clam
postrotate
killall -HUP clamd 2>/dev/null || :
endscript
}