How to configure ClamAV autoupdate

649 Views Asked by At

I am using ClamAV for scanning our files in our Django application. I am running freshclam manually to update the antivirus database. My question is how to automate it?

1

There are 1 best solutions below

0
On BEST ANSWER

From the ClamAV documentation, I created a Cron job with the following code:-

N * * * *   /usr/local/bin/freshclam --quiet