diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-04 20:48:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-04 20:48:10 +0000 |
commit | 4b31caa9cdaef67c70bc7fb43963ba68b7bf5bb1 (patch) | |
tree | b9d634a9199d7f69ae4e1f35d88edac63d04abcf /README | |
download | s6-rc-4b31caa9cdaef67c70bc7fb43963ba68b7bf5bb1.tar.xz |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +s6-rc - a dependency-based init script management system +-------------------------------------------------------- + + s6-rc is a suite of programs designed to help Unix distributions manage +services provided by various software packages, and automate initialization, +shutdown, and more generally changes to the machine state. + + It keeps track of the complete service dependency tree and automatically +brings services up or down to reach the desired state. + + In conjunction with s6, it ensures that long-lived services are +supervised, and that short-lived instructions are run in a reproducible +manner. + + See http://skarnet.org/software/s6-rc/ for details. + + +* Installation + ------------ + + See the INSTALL file. + + +* Contact information + ------------------- + + Laurent Bercot <ska-skaware at skarnet.org> + + Please use the <skaware at list.skarnet.org> mailing-list for +questions about s6-rc. |