diff options
Diffstat (limited to 'crontab.example')
| -rw-r--r-- | crontab.example | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/crontab.example b/crontab.example deleted file mode 100644 index eb4c1b3cc..000000000 --- a/crontab.example +++ /dev/null @@ -1,27 +0,0 @@ -# Crontab example. -# -# This file is an example of triggering Elgg cron events. Modify and register events -# as appropriate. -# -# See crontab (5) for more information. -# -# @author Marcus Povey - -# Location of GET -GET='/usr/bin/GET' - -# Location of your site -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/ -15,30,45,59 * * * * $GET ${ELGG}pg/cron/fifteenmin/ -30,59 * * * * $GET ${ELGG}pg/cron/halfhour/ -@hourly $GET ${ELGG}pg/cron/hourly/ -@daily $GET ${ELGG}pg/cron/daily/ -@weekly $GET ${ELGG}pg/cron/weekly/ -@monthly $GET ${ELGG}pg/cron/monthly/ -@yearly $GET ${ELGG}pg/cron/yearly/ |
