2014-11-27 18:00:30 +01:00
|
|
|
config BR2_PACKAGE_START_STOP_DAEMON
|
|
|
|
bool "start-stop-daemon"
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2014-11-27 18:00:30 +01:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
start-stop-daemon is used to control the creation and
|
|
|
|
termination of system-level processes.
|
2014-11-27 18:00:30 +01:00
|
|
|
|
|
|
|
https://tracker.debian.org/pkg/dpkg
|