diff options
author | Denis Vlasenko | 2008-09-22 21:34:24 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-09-22 21:34:24 +0000 |
commit | 923a79a7690748f6df3fc3f6d461578cb10e7f88 (patch) | |
tree | ddaf77861737a795a78c5db1b5569a7e7077a596 /runit/Config.in | |
parent | 30cfdf90ceecad82a378396fad517cb4d3fe7b30 (diff) | |
download | busybox-923a79a7690748f6df3fc3f6d461578cb10e7f88.zip busybox-923a79a7690748f6df3fc3f6d461578cb10e7f88.tar.gz |
runsvdir: conditionalize "log in argiment" (mis)feature. By Vladimir.
with:
runsv 139 141 +2
runsvdir_main 1583 1513 -70
without:
warn2_cannot 14 27 +13
runsv 139 141 +2
warnx 28 16 -12
warn3x 23 - -23
runsvdir_main 1583 1125 -458
Diffstat (limited to 'runit/Config.in')
-rw-r--r-- | runit/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runit/Config.in b/runit/Config.in index 8a7deea..beff1e7 100644 --- a/runit/Config.in +++ b/runit/Config.in @@ -20,6 +20,15 @@ config RUNSVDIR a directory, in the services directory dir, up to a limit of 1000 subdirectories, and restarts a runsv process if it terminates. +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 + or no parameter), error messages go to stderr only. + config SV bool "sv" default n |