aboutsummaryrefslogtreecommitdiff
path: root/conf.d/killprocs
blob: a515b782c0c58460a513bee842b51f0da3ecf225 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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