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/
|