config setprop clamav Checks 1signal-event clamav-update
I would like to schedule ClamAV updates to only once a day at a specific time. Can someone please tell me where I can make this edit from within the server.
Here are all the clam db settings http://wiki.contribs.org/DB_Variables_Configuration#Clam_AntiVirus_.28clamav.29To change freshclam to once a day is easy, you need to change this setting:Code: [Select]config setprop clamav Checks 1signal-event clamav-update
AFAIK that means once an hour, to do a daily check I think you need to supply 24, which is the default I believe.