]> git.ipfire.org Git - ipfire.org.git/blob - src/crontab/ipfire
crontab: Make sure that we are running bash when executing cron jobs
[ipfire.org.git] / src / crontab / ipfire
1 SHELL=/bin/bash
2
3 # Update blog feeds once an hour
4 0 * * * * nobody ipfire.org update-blog-feeds
5
6 # Scan for release files once an hour
7 0 * * * * nobody ipfire.org scan-files
8
9 # Send messages
10 * * * * * nobody ipfire.org send-all-messages
11
12 # Cleanup once an hour
13 30 * * * * nobody ipfire.org cleanup
14
15 # Check mirrors once every 30 min
16 */30 * * * * nobody ipfire.org check-mirrors
17
18 # Tweet once a week
19 0 8 * * * nobody sleep ${RANDOM} && ipfire.org tweet