Drupal Tutorials > Maintenance > Options to run your Drupal cron job
Options to run your Drupal cron job
submitted by ttamniwdoog 2 years 21 weeks ago
(from ttamniwdoog.com)
Sometimes there's more than one way to get the job done.
Here are the two options I've learned to run my drupal cron jobs.
Option 1
/usr/bin/wget -q -O /dev/null http://www.ttamniwdoog.com/cron.php
Option 2
/usr/bin/lynx -dump http://www.ttamniwdoog.com/cron.php > /dev/null
ingridients (modules): cron.php
Comments
Post new comment