Config.in 354 B

1234567891011
  1. config BR2_PACKAGE_S6
  2. bool "s6"
  3. depends on BR2_USE_MMU # execline
  4. select BR2_PACKAGE_EXECLINE
  5. help
  6. s6 is a small suite of programs for UNIX, designed to allow
  7. process supervision (a.k.a service supervision), in the line
  8. of daemontools and runit, as well as various operations on
  9. processes and daemons.
  10. http://skarnet.org/software/s6/