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