Browse Source

fix: prevent ``check-fix`` cron script to stack if there are serious issues with docker daemon access

pull/4/head
Valentin Lab 8 months ago
parent
commit
f0bbabe41a
  1. 4
      etc/cron.d/check-fix

4
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
Loading…
Cancel
Save