aboutsummaryrefslogtreecommitdiff
path: root/runit/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-17 18:58:16 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-17 18:58:16 +0000
commit8a00f44bf4675076adfe312b71a6ff3670feef7d (patch)
treebd51123a09a6e587b98dfa156ca7bf0ba55b2325 /runit/Config.in
parenta5342b4541c9c6b350ca015b94c7fd00d125e088 (diff)
downloadbusybox-8a00f44bf4675076adfe312b71a6ff3670feef7d.tar.gz
runit: add runsv, runsvdir and sv. Oh yes.
It even seems to work. +11K. :(
Diffstat (limited to 'runit/Config.in')
-rw-r--r--runit/Config.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/runit/Config.in b/runit/Config.in
index c849c074c..8a7deea72 100644
--- a/runit/Config.in
+++ b/runit/Config.in
@@ -5,6 +5,28 @@
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
+ subdirectories, and restarts a runsv process if it terminates.
+
+config SV
+ bool "sv"
+ default n
+ help
+ sv reports the current status and controls the state of services
+ monitored by the runsv supervisor.
+
config SVLOGD
bool "svlogd"
default n