From 0eb11e7db68598f20456500191a527407755ddea Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 7 Dec 2021 13:24:47 -0600 Subject: killprocs: add kill_delay setting This allows containers using OpenRC based services to be configured to allow open tcp connections to be closed before they are shut down. This fixes #476. --- conf.d/killprocs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf.d/killprocs') 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 -- cgit v1.2.3