diff options
Diffstat (limited to 'conf.d/killprocs')
-rw-r--r-- | conf.d/killprocs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.d/killprocs b/conf.d/killprocs index 76a2bc9c..a515b782 100644 --- a/conf.d/killprocs +++ b/conf.d/killprocs @@ -4,3 +4,8 @@ # The setting is called killall5_opts because the options here are meant # to be identical to those you could pass to killall5. killall5_opts="" + +# If you need to delay after each kill attempt during shutdown, set the amount +# of time you need to delay here. This gets passed directly to sleep in +# the shell. +# kill_delay=0 |