clamav/clamav-update.logrotate

9 lines
180 B
Plaintext
Raw Permalink Normal View History

2020-02-09 20:59:59 +00:00
/var/log/freshclam.log {
monthly
notifempty
missingok
postrotate
systemctl try-restart clamav-freshclam.service
endscript
2020-02-09 20:59:59 +00:00
}