Files
domo/bsp/buildroot_external/package/procd/Config.in
NADAL Jean-Baptiste ed991db789
All checks were successful
the build was successful
buildroot receipe: Fix styp error
2019-04-11 23:32:12 +02:00

26 lines
691 B
Plaintext

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