scripts/start-watchdog-proxy.sh aktualisiert

This commit is contained in:
2024-04-10 16:47:00 +02:00
parent 175e2d82e1
commit f79c9ce432

View File

@@ -4,7 +4,7 @@ killpid="$(pidof proxy)"
while true
do
tail --pid=$killpid -f /dev/null
kill -SIGTERM $(pidof tail)
kill -SIGTERM $(pidof sleep)
echo "---Proxy crashed, restarting container!---"
exit 0
done