SHELL=/bin/bash # Update blog feeds once an hour 0 * * * * nobody ipfire.org update-blog-feeds # Scan for release files once an hour 0 * * * * nobody ipfire.org scan-files # Send messages * * * * * nobody flock /tmp/.ipfire.org.send-all-messages.lock ipfire.org send-all-messages # Run campaigns */5 * * * * nobody ipfire.org run-campaigns # Announce blog posts */5 * * * * nobody ipfire.org announce-blog-posts # Cleanup once an hour 30 * * * * nobody ipfire.org cleanup # Check mirrors once every 30 min */30 * * * * nobody ipfire.org check-mirrors # Tweet once a week 0 8 * * * nobody sleep ${RANDOM} && ipfire.org tweet