Created
June 15, 2012 16:19
-
-
Save nfreear/2937365 to your computer and use it in GitHub Desktop.
Drupal/ E-PD crontab/ cron file / http://drupal.org/cron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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