mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
`tini` does not wait for child processes to close, so all processes will be killed immediately. This is why the container stops so fast. This fix makes the `init` script listen and handle terminate signals. It also ensures that child processes are shut down in reverse order with proper waiting for completion.