]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
crontab: dont run makegraphs and hddshutdown to the same time
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 14 Jul 2021 06:14:21 +0000 (08:14 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 14 Jul 2021 06:14:21 +0000 (08:14 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/cron/crontab

index f1ac3666ddc271c4fd444092bb394a7bd43207ad..d94dd65c2f6ef3c7d94a358e8446ab650b53c75b 100644 (file)
@@ -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