nicolas-van / multirun

A minimalist init process designed for Docker
https://nicolas-van.github.io/multirun/
MIT License
173 stars 9 forks source link

Children #17

Closed nicolas-van closed 2 years ago

nicolas-van commented 2 years ago

Changes behavior to set each child in a separate process group and send signals to all child in process groups.

This allows to kill subchildren even if their parent didn't handled their termination, which was not the case before.