xref: /OK3568_Linux_fs/buildroot/package/start-stop-daemon/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_START_STOP_DAEMON
2	bool "start-stop-daemon"
3	depends on BR2_USE_MMU # fork()
4	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5	help
6	  start-stop-daemon is used to control the creation and
7	  termination of system-level processes.
8
9	  https://tracker.debian.org/pkg/dpkg
10