1
0
Fork 0
mirror of git://git.skarnet.org/s6-rc synced 2026-07-27 00:54:09 +00:00
No description
  • C 91%
  • Makefile 6.9%
  • Shell 2.1%
Find a file
2026-07-14 09:56:53 +00:00
doc Add -c|--clean option to s6-rc (untested) 2026-07-09 08:13:55 +00:00
examples version: 0.6.1.1 2026-05-09 19:28:41 +00:00
package Add -c|--clean option to s6-rc (untested) 2026-07-09 08:13:55 +00:00
src debug the --clean feature 2026-07-14 08:56:37 +00:00
tools Add support for disabling rpath; update deps 2026-03-31 00:27:22 +00:00
.gitignore Prepare for 0.7.0.0; lots of changes! 2026-06-14 04:37:32 +00:00
AUTHORS Credit whynothugo 2026-01-24 16:18:19 +00:00
configure Add support for disabling rpath; update deps 2026-03-31 00:27:22 +00:00
CONTRIBUTING Add support for disabling rpath; update deps 2026-03-31 00:27:22 +00:00
COPYING Update README and date 2026-01-13 01:22:02 +00:00
DCO Prepare for future contributions 2021-06-03 22:07:56 +00:00
INSTALL Update deps 2026-06-22 22:26:39 +00:00
Makefile Add support for disabling rpath; update deps 2026-03-31 00:27:22 +00:00
NEWS s6-rc-set-change: move if-dependencies tristate to two bools 2026-06-15 20:23:02 +00:00
patch-for-solaris Update deps and doc 2026-01-23 23:57:01 +00:00
README version: 0.7.0.0 2026-07-14 09:56:53 +00:00
README.solaris version: 0.5.4.2 2023-11-06 13:27:27 +00:00

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.

 It also provides commands to help distributions organize service
definitions automatically installed by a package manager, and meant to
be a backend to the s6-frontend package.

 See https://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.