threefoldtech / zinit

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

Add support for group operations #60

Open AbdelrahmanElawady opened 4 months ago

AbdelrahmanElawady commented 4 months ago

Description

Add support for group operations. It parses directories under zinit configuration directory and add directory name as prefix to the grouped services. So, eventually they are just represented as normal services but different commands just handle how to do operations on these services as a whole.

Related issues