Browse Source

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

lilik-openwrt-22.03
AaronA 7 years ago
committed by Nuno Goncalves
parent
commit
8e1e4d7d2d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/watchcat/files/initd_watchcat

+ 1
- 1
utils/watchcat/files/initd_watchcat View File

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


Loading…
Cancel
Save