Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Klaus Eckert on October 08, 2003, 08:00:13 AM

Title: SquidGuard update time
Post by: Klaus Eckert on October 08, 2003, 08:00:13 AM
on my SME 5.6U5 i installed SquidGuard 3.2.
the blacklist is updated every night a 04.00.
that works fine, but when this is don i have no internet connection for about 10 minutes.
how can i change the time when the blacklist is updated?
i like to change it to, let say, 08.00.

i had a look in the crontab, but found no entry for the squidGuard at all.

cheers klaus
Title: Re: SquidGuard update time
Post by: Byte on October 08, 2003, 12:44:46 PM
Hi,

Take a look in /etc/cron.daily you will find a file in there called supdate.cron that is the file that does the squid updates so if you want to make it run at a certain time at command just type

crontab -e

then enter in the line in the correct cron way

then to check it is there type

crontab -l


Byte