mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
crontab: dont run makegraphs and hddshutdown to the same time
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user