config BR2_PACKAGE_PROCD bool "procd" default n select BR2_PACKAGE_LIBUBOX select BR2_PACKAGE_UBUS select BR2_PACKAGE_JSON_C help This program manage process. config BR2_PACKAGE_PROCD_DISABLE_INIT bool "Disable the init part of procd" default n depends on BR2_PACKAGE_PROCD help Disable the init part of procd config BR2_PACKAGE_PROCD_EARLY_PATH string "Custom procd EARLY_PATH" default "/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin" depends on BR2_PACKAGE_PROCD help Customize the PATH variable set by procd in its early stage. This is inherited by all the children of procd. When left empty, defaults to procd default value: /usr/sbin:/sbin:/usr/bin:/bin