Options to run your Drupal cron job
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
- matt.goodwin's blog
- Login to post comments
