Created
June 13, 2016 12:28
-
-
Save DevertNet/185d79799609897a12fc6a088c298977 to your computer and use it in GitHub Desktop.
This file contains 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
*/5 * * * * php /home/bender/htdocs/cron.php -malways 1 > /dev/null | |
*/5 * * * * php /home/bender/htdocs/cron.php -mdefault 1 > /dev/null | |
* * * * * ! test -e /home/bender/htdocs_dev/www/maintenance.flag && /bin/bash /home/bender/htdocs_dev/www/scheduler_cron.sh --mode always | |
* * * * * ! test -e /home/bender/htdocs_dev/www/maintenance.flag && /bin/bash /home/bender/htdocs_dev/www/scheduler_cron.sh --mode default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment