From 4b31caa9cdaef67c70bc7fb43963ba68b7bf5bb1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 4 Jun 2015 20:48:10 +0000 Subject: Initial commit --- README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..058146c --- /dev/null +++ b/README @@ -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 + + Please use the mailing-list for +questions about s6-rc. -- cgit v1.3.1