X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=crontab.d%2Fjobs;h=1e6c4d2748b144d7b8d6717223b5bbbfc46ac196;hb=17a3d6bf1dc5001799987d03b0e890f84a373ac9;hp=8f575fcc85b57d1b32459f8bca21e366c2f867bd;hpb=556fcce13fb08df53b84f2878fdff27464aacf6b;p=config%2Fdotfiles.git diff --git a/crontab.d/jobs b/crontab.d/jobs index 8f575fc..1e6c4d2 100644 --- a/crontab.d/jobs +++ b/crontab.d/jobs @@ -33,6 +33,13 @@ 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 on system startup. +@reboot run-parts --report .crontab.d/jobs.reboot + +# 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