mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 00:02:55 +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 '{}' ';'
|
find /var/log/logwatch/ -ctime +${LOGWATCH_KEEP=56} -exec rm -f '{}' ';'
|
||||||
|
|
||||||
# hddshutdown
|
# hddshutdown
|
||||||
*/30 * * * * /usr/local/bin/hddshutdown >/dev/null
|
2,32 * * * * /usr/local/bin/hddshutdown >/dev/null
|
||||||
|
|
||||||
# connection-scheduler
|
# connection-scheduler
|
||||||
*/5 * * * * /usr/local/bin/connscheduler timer > /dev/null
|
*/5 * * * * /usr/local/bin/connscheduler timer > /dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user