Fix s6 service startup

This commit is contained in:
2026-04-04 01:46:57 +02:00
parent a3ebe392ed
commit d8696660f2
3 changed files with 5 additions and 34 deletions

View File

@@ -41,6 +41,4 @@ fi
mkdir -p /config
cd /config || exit 1
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 7396" \
/app/fah-client "${args[@]}" ${CLI_ARGS}
exec /app/fah-client "${args[@]}" ${CLI_ARGS}