-
-
Save davirs/03d96012562d97a243d39983796eb01b to your computer and use it in GitHub Desktop.
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
| */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