Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Releases: threefoldtech/zinit

Release v0.2.10

16 Nov 10:14
cc38c92

Choose a tag to compare

Release v0.2.9

10 Oct 10:11
22d496b

Choose a tag to compare

Implement complete shutdown and reboot (#43)

Release v0.2.8

28 Apr 13:05
c6d1e9e

Choose a tag to compare

redirect correct streams

Release v0.2.7

27 Apr 16:33
8b74a5e

Choose a tag to compare

Fix race condition (#41)

* Fix race condition

also some clean up

* apply clippy

Release v0.2.6

22 Feb 15:43
b5d985e

Choose a tag to compare

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

14 Dec 21:19
2de044d

Choose a tag to compare

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

14 Dec 15:18
f89b224

Choose a tag to compare

Show status of unknown dependencies

Release v0.2.3

08 Dec 09:19
df14a22

Choose a tag to compare

shutdown services in reverse topological order and wait for service s…

Release v0.2.2

29 Nov 16:59
ac9d213

Choose a tag to compare

use env from /etc/environment

Release v0.2.1

12 Nov 11:43
222e98d

Choose a tag to compare

Version (#34)

* add tags flag

* fix git_version call to always show tags