From: Marcus Scholz Date: Thu, 8 Oct 2009 08:22:57 +0000 (+0200) Subject: Fix problem with tmpfs cronjob that caused it to execute every minute between 5 and... X-Git-Tag: v2.9-beta1~703^2 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=b2a9871b2788acbaef90776837c579b7dd47fea8 Fix problem with tmpfs cronjob that caused it to execute every minute between 5 and 6 o'clock. --- diff --git a/config/cron/crontab b/config/cron/crontab index 82d2e078fc..26bd99f8a4 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -22,7 +22,7 @@ HOME=/ # Make some nice graphs */5 * * * * /usr/local/bin/makegraphs >/dev/null -* 05 * * * /etc/init.d/tmpfs backup >/dev/null +17 05 * * * /etc/init.d/tmpfs backup >/dev/null # Force update the dynamic dns registration once a week # Force update even if IP has not changed once a month if 'minimize update' selected in GUI