Force a kill of the existing Processes to make sure they are left and the processes begin to stack up.

This commit is contained in:
AaronA 2017-11-01 13:57:43 -06:00 committed by Nuno Goncalves
parent d6414cf42b
commit 8e1e4d7d2d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ stop() {
while read pid
do
kill "$pid"
kill -KILL "$pid"
done < "${PIDFILE}.pids"
rm "${PIDFILE}.pids"