diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 18:58:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 18:58:16 +0000 |
commit | 8a00f44bf4675076adfe312b71a6ff3670feef7d (patch) | |
tree | bd51123a09a6e587b98dfa156ca7bf0ba55b2325 /runit/Config.in | |
parent | a5342b4541c9c6b350ca015b94c7fd00d125e088 (diff) | |
download | busybox-w32-8a00f44bf4675076adfe312b71a6ff3670feef7d.tar.gz busybox-w32-8a00f44bf4675076adfe312b71a6ff3670feef7d.tar.bz2 busybox-w32-8a00f44bf4675076adfe312b71a6ff3670feef7d.zip |
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 c849c074c..8a7deea72 100644 --- a/runit/Config.in +++ b/runit/Config.in | |||
@@ -5,6 +5,28 @@ | |||
5 | 5 | ||
6 | menu "Runit Utilities" | 6 | menu "Runit Utilities" |
7 | 7 | ||
8 | config RUNSV | ||
9 | bool "runsv" | ||
10 | default n | ||
11 | help | ||
12 | runsv starts and monitors a service and optionally an appendant log | ||
13 | service. | ||
14 | |||
15 | config RUNSVDIR | ||
16 | bool "runsvdir" | ||
17 | default n | ||
18 | help | ||
19 | runsvdir starts a runsv process for each subdirectory, or symlink to | ||
20 | a directory, in the services directory dir, up to a limit of 1000 | ||
21 | subdirectories, and restarts a runsv process if it terminates. | ||
22 | |||
23 | config SV | ||
24 | bool "sv" | ||
25 | default n | ||
26 | help | ||
27 | sv reports the current status and controls the state of services | ||
28 | monitored by the runsv supervisor. | ||
29 | |||
8 | config SVLOGD | 30 | config SVLOGD |
9 | bool "svlogd" | 31 | bool "svlogd" |
10 | default n | 32 | default n |