diff options
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 |