sudo crontab -e
add at the end
*/10 * * * * /path/to/freshclam --quiet

NO! Once an hour is reasonable, but not 6 times an hour!

I agree, I think a better way is to add a file to the /etc/cron.d directory with the contents of the file:

# m h dom mon dow user command
11 */2 * * * clamav /path/to/freshclam --quiet

with clamav being the user the program is configured to run under.
(pick a random number between 1 and 59 for the time - don't use the digit zero)
This will run every two hours. For a system with 500+ users, run it every hour.
I use this setup on Debian.


Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to