Files
zira-etc/logrotate.d/clamav-update
2021-05-24 22:18:33 +03:00

9 lines
180 B
Plaintext

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