From f588272b8055c615df73094d77ceb179a1182219 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 17 Jun 2015 10:06:12 +0000 Subject: Initial commit --- doc/index.html | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 doc/index.html (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..fc7055d --- /dev/null +++ b/doc/index.html @@ -0,0 +1,123 @@ + + + + + + s6-linux-init - tools for a Linux init system + + + + + + +

+Software
+skarnet.org +

+ +

s6-linux-init

+ +

What is it ?

+ +

+ s6-linux-init is a set of minimalistic tools to create and manage +the init process on a Linux system - i.e. the first process created +by the kernel at boot time. +

+ +

+ s6-linux-init 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. +

+ +
+ +

Installation

+ +

Requirements

+ + + +

+When you build s6-linux-init, the + s6-linux-init-maker tool +is created; then you run that tool to create an init script, +and then you can boot your system on that init script. +

+ +

+ The listed dependencies are all build-time dependencies and also +boot-time dependencies, i.e. you need the tools installed to build +s6-linux-init and to boot your system. There are no run-time +dependencies, except skalibs if you linked against the shared version of +the library. +

+ +

Licensing

+ +

+ s6-linux-utils is free software. It is available under the +ISC license. +

+ +

Download

+ + + +

Compilation

+ + + +

Upgrade notes

+ + + +
+ +

Reference

+ +

Commands

+ +

+ All these commands exit 111 if they encounter a temporary error, and +100 if they encounter a permanent error - such as a misuse. +

+ + + +

Related resources

+ + + + + -- cgit v1.3.1