60s delay before watchdog kicks in

This commit is contained in:
mathias 2018-11-11 21:11:40 +02:00
parent 1d76c65c3e
commit 4469560cc2

View file

@ -17,6 +17,8 @@ done'
sleep 1
done'
sleep 60
.bin/tmux new -d -s watchdog 'while true; do
sleep 120
if [ "$(echo -n -e '\xFE' | nc -w 5 localhost 25565 | wc -m)" -eq 0 ]; then