mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
78f2ca8508
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
348 B
Text
6 lines
348 B
Text
A container init that is so simple it's effectively brain-dead.
|
|
|
|
A container init that is so simple it's effectively brain-dead. This is
|
|
a rewrite of initrs in C, because we found that it is not possible to
|
|
statically compile Rust binaries without using musl. That was, in turn,
|
|
a reimplementation of other container inits like tini and dumb-init.
|