ae47ed449c
This new package provides s6, a small suite of programs for UNIX, designed to allow process supervision (a.k.a service supervision), in the line of daemontools and runit. The host variant is provided as it is required to build the host variant of s6-rc. Only the libraries and headers are installed. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
354 B
Plaintext
12 lines
354 B
Plaintext
config BR2_PACKAGE_S6
|
|
bool "s6"
|
|
select BR2_PACKAGE_EXECLINE
|
|
depends on BR2_USE_MMU # execline
|
|
help
|
|
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.
|
|
|
|
http://skarnet.org/software/s6/
|