s6 2.13.1.0
Small suite of programs for process supervision
s6 is a small suite of programs for UNIX, designed to allow process supervision (a.k.a. service supervision), in the line of daemontools and runit, as well as various operations on processes and daemons. It is meant to be a toolbox for low-level process and service administration, providing different sets of independent tools that can be used within or without the framework, and that can be assembled together to achieve powerful functionality with a very small amount of code.
- Outputs:
out
- Website: https://skarnet.org/software/s6
- Licenses: ISC
- Package source: gnu/packages/skarnet.scm
- Builds: See build status
- Issues: See known issues
Installation
Install s6 2.13.1.0
as follows:
guix install s6@2.13.1.0
Or install the latest version:
guix install s6
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.