diff options
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Config.in b/init/Config.in index 6b5799fe3..395c9e2f3 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -32,6 +32,7 @@ config FEATURE_KILL_DELAY | |||
32 | int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED | 32 | int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED |
33 | range 0 1024 | 33 | range 0 1024 |
34 | default 0 | 34 | default 0 |
35 | depends on FEATURE_KILL_REMOVED | ||
35 | help | 36 | help |
36 | With nonzero setting, init sends TERM, forks, child waits N | 37 | With nonzero setting, init sends TERM, forks, child waits N |
37 | seconds, sends KILL and exits. Setting it too high is unwise | 38 | seconds, sends KILL and exits. Setting it too high is unwise |