[drupal-support] Using Crontab For Aggregator

Boerland Bert b.boerland at pinkroccade.com
Tue Jul 12 07:21:03 UTC 2005


-----Original Message-----
From: drupal-support-bounces at drupal.org

> 0,15,30,45       *       *       *       *       wget -q 
> http://www.cmlhope.com/drupal/cron.php

always use abosulte locations for programs in a crontab! just do
which wget
and you will get /some/where/wget
than edit tour contab to
0,15,30,45 * * * /some/where/wget -q www.example.com/cron.php

when in doubt, first do a man page.



More information about the drupal-support mailing list