]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
crontab.d/jobs: Add support to run job every minute.
authorSimon Ruderich <simon@ruderich.org>
Sun, 18 Aug 2013 14:29:25 +0000 (16:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 18 Aug 2013 14:29:25 +0000 (16:29 +0200)
crontab.d/jobs
crontab.d/jobs.minutely/.gitignore [new file with mode: 0644]

index 496a0200256e6c3a446315007b068296c7971d79..dd6e5b7daa124a121d0416a4f9341c67ec68da54 100644 (file)
@@ -33,6 +33,8 @@ 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
diff --git a/crontab.d/jobs.minutely/.gitignore b/crontab.d/jobs.minutely/.gitignore
new file mode 100644 (file)
index 0000000..e69de29