diff options
author | Denis Vlasenko | 2006-11-17 18:58:16 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-11-17 18:58:16 +0000 |
commit | 8a00f44bf4675076adfe312b71a6ff3670feef7d (patch) | |
tree | bd51123a09a6e587b98dfa156ca7bf0ba55b2325 /runit/Config.in | |
parent | a5342b4541c9c6b350ca015b94c7fd00d125e088 (diff) | |
download | busybox-8a00f44bf4675076adfe312b71a6ff3670feef7d.zip busybox-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.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/runit/Config.in b/runit/Config.in index c849c07..8a7deea 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 |