From: Arne Fitzenreiter Date: Wed, 14 Jul 2021 06:14:21 +0000 (+0200) Subject: crontab: dont run makegraphs and hddshutdown to the same time X-Git-Tag: v2.27-core159~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3212dcddbae64a36af3d82bb0bb555e410d533a4;p=ipfire-2.x.git crontab: dont run makegraphs and hddshutdown to the same time Signed-off-by: Arne Fitzenreiter --- diff --git a/config/cron/crontab b/config/cron/crontab index f1ac3666dd..d94dd65c2f 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -36,7 +36,7 @@ HOME=/ find /var/log/logwatch/ -ctime +${LOGWATCH_KEEP=56} -exec rm -f '{}' ';' # hddshutdown -*/30 * * * * /usr/local/bin/hddshutdown >/dev/null +2,32 * * * * /usr/local/bin/hddshutdown >/dev/null # connection-scheduler */5 * * * * /usr/local/bin/connscheduler timer > /dev/null