# This cron file will execute the clamav-unofficial-sigs.sh script that
# currently supports updating third-party signature databases provided
# by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc.
#
# The script is set to run hourly, at 15 minutes past the hour, and the 
# script itself is set to randomize the actual execution time between
# 60 - 600 seconds.  To Adjust the cron values, edit your configs and run
#    /usr/bin/clamav-unofficial-sigs.sh --install-cron 
# to generate a new file.
-15 * * * * vscan [ -x /usr/bin/clamav-unofficial-sigs ] && /usr/bin/clamav-unofficial-sigs >/dev/null
