From f0bbabe41ae9db54302a6fcbffbce49d99268a51 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 7 Sep 2023 17:42:43 +0200 Subject: [PATCH] fix: prevent ``check-fix`` cron script to stack if there are serious issues with docker daemon access --- etc/cron.d/check-fix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/cron.d/check-fix b/etc/cron.d/check-fix index ab6003c..7ba37ab 100644 --- a/etc/cron.d/check-fix +++ b/etc/cron.d/check-fix @@ -1,7 +1,7 @@ SHELL=/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -*/15 * * * * root vps check-fix -s -c container-aliveness 2>&1 | logger -t check-fix -*/5 * * * * root vps check-fix -s -c no-matching-entries rocketchat 2>&1 | logger -t check-fix +*/15 * * * * root lock check-fix -v -D -p 10 -k -c "vps check-fix -s -c container-aliveness" 2>&1 | logger -t check-fix +*/5 * * * * root lock check-fix-rocketchat -v -D -p 10 -k -c "vps check-fix -s -c no-matching-entries rocketchat" 2>&1 | logger -t check-fix