diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-27 18:40:22 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-27 18:40:22 +0000 |
commit | 44d8ccdece13296bb22917f98e99224cfd5d296c (patch) | |
tree | 87415ba78872bebbe27cf87369f467bead8ded99 /crontab.example | |
parent | bd9c30e9e0470e686d66fb86a369991d8c1ad6fb (diff) | |
download | elgg-44d8ccdece13296bb22917f98e99224cfd5d296c.tar.gz elgg-44d8ccdece13296bb22917f98e99224cfd5d296c.tar.bz2 |
git-svn-id: https://code.elgg.org/elgg/trunk@2321 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'crontab.example')
-rw-r--r-- | crontab.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crontab.example b/crontab.example index 68695b368..eb4c1b3cc 100644 --- a/crontab.example +++ b/crontab.example @@ -14,6 +14,7 @@ GET='/usr/bin/GET' ELGG='http://www.example.com/' # The crontab +# Don't edit below this line! @reboot $GET ${ELGG}pg/cron/reboot/ * * * * * $GET ${ELGG}pg/cron/minute/ */5 * * * * $GET ${ELGG}pg/cron/fiveminute/ |