Force a kill of the existing Processes to make sure they are left and the processes...
authorAaronA <redacted>
Wed, 1 Nov 2017 19:57:43 +0000 (13:57 -0600)
committerNuno Goncalves <redacted>
Thu, 2 Nov 2017 20:52:00 +0000 (21:52 +0100)
utils/watchcat/files/initd_watchcat

index d6f954e9e5617098904b9bd06e68c14b04e594bb..213186063410a92ba2062be6377cc28d9e4f3d12 100644 (file)
@@ -83,7 +83,7 @@ stop() {
 
                while read pid
                do
-                       kill "$pid"
+                       kill -KILL "$pid"
                done < "${PIDFILE}.pids"
 
                rm "${PIDFILE}.pids"
git clone https://git.99rst.org/PROJECT