2017-05-30 18:48:33 -05:00
|
|
|
# If you wish to pass any options to kill_all during shutdown,
|
2011-06-23 21:52:44 -05:00
|
|
|
# you should do so here.
|
2017-05-30 18:48:33 -05:00
|
|
|
#
|
|
|
|
# The setting is called killall5_opts because the options here are meant
|
|
|
|
# to be identical to those you could pass to killall5.
|
2011-06-23 21:52:44 -05:00
|
|
|
killall5_opts=""
|
2021-12-07 13:24:47 -06:00
|
|
|
|
|
|
|
# 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
|