]> git.pld-linux.org Git - packages/fcron.git/commitdiff
- sync with vixie-cron:
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Sep 2005 17:41:58 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
revision 1.4
date: 2005/09/29 17:30:00;  author: glen;  state: Exp;  lines: +2 -2
- from my experience: no cron should be set to run between 03:00 and 04:00, as
  the DST changes could either skip or run twice the crons. change monthly cron to run at 04:02
- change daily cron to run at 05:02, i'm still up at 01:00 :), and slocate is killing my IO

Changed files:
    fcron.crontab -> 1.5

fcron.crontab

index 1bf96b793e61b5046753c046c184925a31969813..ee04aac9e9e2d808aedd1dc2ee762601684b4b4f 100644 (file)
@@ -1,6 +1,6 @@
 #Any changes will be apply after restart crond
 # run-parts
 &nice(10),mailto(root) 01 * * * *      /bin/run-parts /etc/cron.hourly
-&nice(10),mailto(root) 02 1 * * *      /bin/run-parts /etc/cron.daily
+&nice(10),mailto(root) 02 5 * * *      /bin/run-parts /etc/cron.daily
 &nice(10),mailto(root) 02 2 * * 0      /bin/run-parts /etc/cron.weekly
-&nice(10),mailto(root) 02 3 1 * *      /bin/run-parts /etc/cron.monthly
+&nice(10),mailto(root) 02 4 1 * *      /bin/run-parts /etc/cron.monthly
This page took 0.078999 seconds and 4 git commands to generate.