s6-linux-init
Minimalistic tools to create an s6-based init system on Linux
s6-linux-init is a set of minimalistic tools to create a s6-based init system, including an /sbin/init
binary, on a Linux kernel.
It is meant to automate creation of scripts revolving around the use of other skarnet.org tools, especially s6, in order to provide a complete booting environment with integrated supervision and logging without having to hand-craft all the details.
- Versions: 1.1.2.1
- Website: https://skarnet.org/software/s6-linux-init
- Licenses: ISC
- Package source: gnu/packages/skarnet.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of s6-linux-init
as follows:
guix install s6-linux-init
Or install a particular version:
guix install s6-linux-init@1.1.2.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of s6-linux-init about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/s6-linux-init'><img src='https://packages.guix.gnu.org/packages/s6-linux-init/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/s6-linux-init)
Example Org:
[[https://packages.guix.gnu.org/packages/s6-linux-init][https://packages.guix.gnu.org/packages/s6-linux-init/badges/latest-version.svg]]