summaryrefslogtreecommitdiff
path: root/busybox-runit.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-runit.kconfig')
-rw-r--r--busybox-runit.kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/busybox-runit.kconfig b/busybox-runit.kconfig
index 422ca75..78db85b 100644
--- a/busybox-runit.kconfig
+++ b/busybox-runit.kconfig
@@ -7,14 +7,12 @@ menu "Runit Utilities"
config RUNSV
bool "runsv"
- default n
help
runsv starts and monitors a service and optionally an appendant log
service.
config RUNSVDIR
bool "runsvdir"
- default n
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
@@ -23,7 +21,6 @@ config RUNSVDIR
config FEATURE_RUNSVDIR_LOG
bool "Enable scrolling argument log"
depends on RUNSVDIR
- default n
help
Enable feature where second parameter of runsvdir holds last error
message (viewable via top/ps). Otherwise (feature is off
@@ -31,7 +28,6 @@ config FEATURE_RUNSVDIR_LOG
config SV
bool "sv"
- default n
help
sv reports the current status and controls the state of services
monitored by the runsv supervisor.
@@ -46,7 +42,6 @@ config SV_DEFAULT_SERVICE_DIR
config SVLOGD
bool "svlogd"
- default n
help
svlogd continuously reads log data from its standard input, optionally
filters log messages, and writes the data to one or more automatically
@@ -54,7 +49,6 @@ config SVLOGD
config CHPST
bool "chpst"
- default n
help
chpst changes the process state according to the given options, and
execs specified program.