Cron Configuration |
For Linux: a special file with user settings is created in the /etc/cron.d/ directory during installation of the software. It enables interaction between cron and Dr.Web Updater.
For FreeBSD and Solaris: manual configuration of cron is required to enable its interaction with Dr.Web Updater. For example, when you use FreeBSD you may add the following string to crontab of drweb user: */30 * * * * /usr/local/drweb/update.pl If you work with Solaris, the following set of commands is used: # crontab -e drweb
Please note that by default the cron daemon launches Dr.Web Updater once in 30 minutes (at the 0 and 30 minutes of every hour). This may result in increased load on the Dr.Web GUS update servers and cause update delays. To avoid such situation, it is recomended to change default values to arbitrary. |