From: Simon Ruderich Date: Fri, 12 Apr 2013 13:54:09 +0000 (+0200) Subject: crontab.d/jobs: Add support to run job every 6 hours. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=75acbd549c35dc45c90894d22ccd7f0235d7f0ed crontab.d/jobs: Add support to run job every 6 hours. Also add crontab.d/jobs/jobs.hourly6/ directory. --- diff --git a/crontab.d/jobs b/crontab.d/jobs index de29c35..fb83d9a 100644 --- a/crontab.d/jobs +++ b/crontab.d/jobs @@ -30,5 +30,6 @@ PATH=$HOME/bin:$HOME/.shell/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/u 47 6 * * 7 run-parts --report .crontab.d/jobs.weekly 52 6 1 * * run-parts --report .crontab.d/jobs.monthly -# Run every 8 hours. +# Run every x hours. +31 */6 * * * run-parts --report .crontab.d/jobs.hourly6 39 */8 * * * run-parts --report .crontab.d/jobs.hourly8 diff --git a/crontab.d/jobs.hourly6/.gitignore b/crontab.d/jobs.hourly6/.gitignore new file mode 100644 index 0000000..e69de29