diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-12-12 19:19:20 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-12-12 19:19:20 -0600 |
commit | 32aeb7407bf5cdc354694b73f4c36376922f7c05 (patch) | |
tree | 8b51e027526e1b9773e3bd7321d21de11a6f7718 | |
parent | e21b01b97e84f81589f52e087d2b2ac53f0bf144 (diff) |
remove extra file
-rw-r--r-- | z | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -1,27 +0,0 @@ -diff --git a/conf.d/killprocs b/conf.d/killprocs -index 76a2bc9c..1c93b89d 100644 ---- a/conf.d/killprocs -+++ b/conf.d/killprocs -@@ -4,3 +4,7 @@ - # 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 call sleep after each kill attempt during shutdown, set -+# the amount of time you need to sleep here. -+# sleep_time=0 -diff --git a/init.d/killprocs.in b/init.d/killprocs.in -index fcf1364d..7b96a7a7 100644 ---- a/init.d/killprocs.in -+++ b/init.d/killprocs.in -@@ -20,8 +20,10 @@ start() - { - ebegin "Terminating remaining processes" - kill_all 15 ${killall5_opts} -+ sleep ${sleep_time:-0} - eend 0 - ebegin "Killing remaining processes" -+ sleep ${sleep_time:-0} - kill_all 9 ${killall5_opts} - eend 0 - } |