You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wrapper: handle early signals, fail-fast on init-envoy, share waitForX
- Register SIGTERM/SIGINT and install the shutdown goroutine right after
supervisord starts, so a signal during the readiness window queues
rather than triggering Go's default immediate exit.
- runStream now returns the command error; init-envoy fatals on
non-zero exit, matching the old wrapper.sh under `set -o errexit`.
- Extract waitForX to lib/x11.WaitForDisplay so the wrapper and
chromium-launcher share one implementation.
0 commit comments