Reduce max restarts from 10 to 5

This commit is contained in:
Alexandre
2026-02-23 13:59:40 +01:00
committed by GitHub
parent 20c1b75d43
commit 7134bd92d7

View File

@@ -201,7 +201,7 @@ if $PID1; then
chmod +x "$runfile"
(
restart_count=0
max_restarts=10
max_restarts=5
while true; do
"$runfile"
rc=$?