xref: /OK3568_Linux_fs/buildroot/package/s6-rc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  http://skarnet.org/software/s6-rc/
12