diff options
-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/ |