threefoldtech / zinit

A init replacement that feels like runit written in rust+tokio
Apache License 2.0
10 stars 1 forks source link

Enhance shutdown procedure #36

Closed OmarElawady closed 2 years ago

OmarElawady commented 2 years ago

Kill the services in reverse dependency order. And wait for the service to shutdown gracefully before killing its children.

OmarElawady commented 2 years ago

implemented in https://github.com/threefoldtech/zinit/pull/37