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.
		
			
				
	
	
		
			12 lines
		
	
	
		
			415 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			415 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# If you wish to pass any options to kill_all during shutdown,
 | 
						|
# you should do so here.
 | 
						|
#
 | 
						|
# 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
 |