From: AaronA Date: Wed, 1 Nov 2017 19:57:43 +0000 (-0600) Subject: Force a kill of the existing Processes to make sure they are left and the processes... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8e1e4d7d2d2bfe88c1b14a8e844222278e12fccc;p=openwrt-packages.git Force a kill of the existing Processes to make sure they are left and the processes begin to stack up. --- diff --git a/utils/watchcat/files/initd_watchcat b/utils/watchcat/files/initd_watchcat index d6f954e9e..213186063 100644 --- a/utils/watchcat/files/initd_watchcat +++ b/utils/watchcat/files/initd_watchcat @@ -83,7 +83,7 @@ stop() { while read pid do - kill "$pid" + kill -KILL "$pid" done < "${PIDFILE}.pids" rm "${PIDFILE}.pids"