This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Releases: threefoldtech/zinit
Releases · threefoldtech/zinit
Release v0.2.10
Full Changelog: v0.2.9...v0.2.10
Release v0.2.9
Implement complete shutdown and reboot (#43)
Release v0.2.8
redirect correct streams
Release v0.2.7
Fix race condition (#41) * Fix race condition also some clean up * apply clippy
Release v0.2.6
We make sure process table is locked (#40) The locking must be done before spawning to prevent reaping of the pid if the process exited immediately before it's actually in the process table
v0.2.5
Start child processes in it's own group (#38) This make it easier for the zinit signal/stop to stop the entire process group instead of the direct child
Release v0.2.4
Show status of unknown dependencies
Release v0.2.3
shutdown services in reverse topological order and wait for service s…
Release v0.2.2
use env from /etc/environment
Release v0.2.1
Version (#34) * add tags flag * fix git_version call to always show tags