X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=crontab.d%2Fjobs;h=1e6c4d2748b144d7b8d6717223b5bbbfc46ac196;hb=b452cd6879b96c0c6726b2faec8c0b9f931fd3ab;hp=496a0200256e6c3a446315007b068296c7971d79;hpb=5d1ba6c020a45414f4fa419675fcfd751d3e17ce;p=config%2Fdotfiles.git diff --git a/crontab.d/jobs b/crontab.d/jobs index 496a020..1e6c4d2 100644 --- a/crontab.d/jobs +++ b/crontab.d/jobs @@ -33,6 +33,11 @@ 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