Skip to content

Instantly share code, notes, and snippets.

@nfreear
Created June 15, 2012 16:19
Show Gist options
  • Select an option

  • Save nfreear/2937365 to your computer and use it in GitHub Desktop.

Select an option

Save nfreear/2937365 to your computer and use it in GitHub Desktop.
Drupal/ E-PD crontab/ cron file / http://drupal.org/cron
# PD-approval crontab - every 2 hours (5 min past the hour)
# See, http://drupal.org/cron
# (Also, http://drupal.org/project/poormanscron )
#
## crontab -e
5 */2 * * * no_proxy=localhost /usr/bin/wget -O - -q -t 1 http://localhost/cron.php > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment