Drupal Tutorials > Maintenance > Options to run your Drupal cron job

Options to run your Drupal cron job

categories: Maintenance
for Drupal: D5D6D7
1

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

(Options to run your Drupal cron job >>)

ingridients (modules): cron.php

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
233 Drupal Tutorials and counting!