Config.in 371 B

1234567891011
  1. config BR2_PACKAGE_S6_RC
  2. bool "s6-rc"
  3. depends on BR2_USE_MMU # s6
  4. select BR2_PACKAGE_S6
  5. help
  6. s6-rc is a service manager for s6-based systems, i.e. a
  7. suite of programs that can start and stop services, both
  8. long-running daemons and one-time initialization scripts, in
  9. the proper order according to a dependency tree.
  10. http://skarnet.org/software/s6-rc/