summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-kconfigs/busybox-runit.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:57:24 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:57:24 +0100
commit2c27a4ba9d9d652426e6380cb52026021d00afc6 (patch)
treeb1a0b52c98a4077b574879f9f6bb3891c83f20ad /packages/busybox/busybox-kconfigs/busybox-runit.kconfig
parent105aee13de696de79e7cac1208b807fe0286fe4e (diff)
downloadembtoolkit-2c27a4ba9d9d652426e6380cb52026021d00afc6.tar.gz
embtoolkit-2c27a4ba9d9d652426e6380cb52026021d00afc6.tar.bz2
embtoolkit-2c27a4ba9d9d652426e6380cb52026021d00afc6.tar.xz
Packages: busybox: give ability to configure busybox directly into Embtoolkit configuration menu
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/busybox/busybox-kconfigs/busybox-runit.kconfig')
-rw-r--r--packages/busybox/busybox-kconfigs/busybox-runit.kconfig78
1 files changed, 78 insertions, 0 deletions
diff --git a/packages/busybox/busybox-kconfigs/busybox-runit.kconfig b/packages/busybox/busybox-kconfigs/busybox-runit.kconfig
new file mode 100644
index 0000000..b693bd5
--- /dev/null
+++ b/packages/busybox/busybox-kconfigs/busybox-runit.kconfig
@@ -0,0 +1,78 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
+comment "-------------------------------------------------"
+comment "Runit Utilities"
+comment "-------------------------------------------------"
+
+config KEMBTK_BUSYB_RUNSV
+ bool "runsv"
+ help
+ runsv starts and monitors a service and optionally an appendant log
+ service.
+
+config KEMBTK_BUSYB_RUNSVDIR
+ bool "runsvdir"
+ help
+ runsvdir starts a runsv process for each subdirectory, or symlink to
+ a directory, in the services directory dir, up to a limit of 1000
+ subdirectories, and restarts a runsv process if it terminates.
+
+config KEMBTK_BUSYB_FEATURE_RUNSVDIR_LOG
+ bool "Enable scrolling argument log"
+ depends on KEMBTK_BUSYB_RUNSVDIR
+ help
+ Enable feature where second parameter of runsvdir holds last error
+ message (viewable via top/ps). Otherwise (feature is off
+ or no parameter), error messages go to stderr only.
+
+config KEMBTK_BUSYB_SV
+ bool "sv"
+ help
+ sv reports the current status and controls the state of services
+ monitored by the runsv supervisor.
+
+config KEMBTK_BUSYB_SV_DEFAULT_SERVICE_DIR
+ string "Default directory for services"
+ default "/var/service"
+ depends on KEMBTK_BUSYB_SV
+ help
+ Default directory for services.
+ Defaults to "/var/service"
+
+config KEMBTK_BUSYB_SVLOGD
+ bool "svlogd"
+ help
+ svlogd continuously reads log data from its standard input, optionally
+ filters log messages, and writes the data to one or more automatically
+ rotated logs.
+
+config KEMBTK_BUSYB_CHPST
+ bool "chpst"
+ help
+ chpst changes the process state according to the given options, and
+ execs specified program.
+
+config KEMBTK_BUSYB_SETUIDGID
+ bool "setuidgid"
+ help
+ Sets soft resource limits as specified by options
+
+config KEMBTK_BUSYB_ENVUIDGID
+ bool "envuidgid"
+ help
+ Sets $UID to account's uid and $GID to account's gid
+
+config KEMBTK_BUSYB_ENVDIR
+ bool "envdir"
+ help
+ Sets various environment variables as specified by files
+ in the given directory
+
+config KEMBTK_BUSYB_SOFTLIMIT
+ bool "softlimit"
+ help
+ Sets soft resource limits as specified by options
+