djangoantivirusclamav

How to configure ClamAV autoupdate


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?


Solution

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

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