mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
4f1fd82ed7
The reaper (PID 1) now returns the child's exit code instead of always exiting 0. Signal termination uses the standard Unix convention of 128 + signal number. fixes #21661