mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
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:
@@ -83,7 +83,7 @@ stop() {
|
||||
|
||||
while read pid
|
||||
do
|
||||
kill "$pid"
|
||||
kill -KILL "$pid"
|
||||
done < "${PIDFILE}.pids"
|
||||
|
||||
rm "${PIDFILE}.pids"
|
||||
|
||||
Reference in New Issue
Block a user