]> git.ipfire.org Git - ipfire.org.git/blame - src/crontab/ipfire
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / crontab / ipfire
CommitLineData
a41faf35
MT
1SHELL=/bin/bash
2
c5ddbd67 3# Update blog feeds once an hour
776e98e6 40 * * * * nobody ipfire.org --logging=error update-blog-feeds
7170e1bc
MT
5
6# Scan for release files once an hour
776e98e6 70 * * * * nobody ipfire.org --logging=error scan-files
d6df53bf
MT
8
9# Send messages
776e98e6 10* * * * * nobody flock /tmp/.ipfire.org.send-all-messages.lock ipfire.org --logging=error send-all-messages
d6df53bf 11
d73bba54 12# Run campaigns
41f0fce0 13*/5 * * * * nobody ipfire.org --logging=error run-campaigns
d73bba54 14
aee57270 15# Announce blog posts
776e98e6 16*/5 * * * * nobody flock /tmp/.ipfire.org.announce-blog-posts ipfire.org --logging=error announce-blog-posts
aee57270 17
8e69850a 18# Cleanup once an hour
776e98e6 1930 * * * * nobody ipfire.org --logging=error cleanup
b2059099
MT
20
21# Check mirrors once every 30 min
41f0fce0 22*/30 * * * * nobody ipfire.org --logging=error check-mirrors
611adbfb 23
66d4b1c1 24# Toot once a day
776e98e6 250 8 * * * nobody sleep ${RANDOM} && ipfire.org --logging=error toot