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