aboutsummaryrefslogtreecommitdiff
path: root/runit/Config.in
diff options
context:
space:
mode:
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