mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +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
|
while read pid
|
||||||
do
|
do
|
||||||
kill "$pid"
|
kill -KILL "$pid"
|
||||||
done < "${PIDFILE}.pids"
|
done < "${PIDFILE}.pids"
|
||||||
|
|
||||||
rm "${PIDFILE}.pids"
|
rm "${PIDFILE}.pids"
|
||||||
|
|||||||
Reference in New Issue
Block a user