X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=crontab.d%2Fjobs;h=dd6e5b7daa124a121d0416a4f9341c67ec68da54;hb=da11f1f5a6ea6d67c483472664cba1c515011296;hp=8f575fcc85b57d1b32459f8bca21e366c2f867bd;hpb=556fcce13fb08df53b84f2878fdff27464aacf6b;p=config%2Fdotfiles.git diff --git a/crontab.d/jobs b/crontab.d/jobs index 8f575fc..dd6e5b7 100644 --- a/crontab.d/jobs +++ b/crontab.d/jobs @@ -33,6 +33,10 @@ PATH=$HOME/bin:$HOME/.shell/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/u 47 6 * * 7 RAND_SLEEP 3600; run-parts --report .crontab.d/jobs.weekly 52 6 1 * * RAND_SLEEP 3600; run-parts --report .crontab.d/jobs.monthly +# Run every minute. +* * * * * run-parts --report .crontab.d/jobs.minutely # Run every x hours. 31 */6 * * * RAND_SLEEP 600; run-parts --report .crontab.d/jobs.hourly6 39 */8 * * * RAND_SLEEP 600; run-parts --report .crontab.d/jobs.hourly8 + +# vim: ft=crontab