Files
ensure_clamav/templates/Fedora/34/etc/logrotate.d/clamav-update

9 lines
180 B
Plaintext

/var/log/freshclam.log {
monthly
notifempty
missingok
postrotate
systemctl try-restart clamav-freshclam.service
endscript
}