git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d6414cf
)
Force a kill of the existing Processes to make sure they are left and the processes...
author
AaronA
<redacted>
Wed, 1 Nov 2017 19:57:43 +0000
(13:57 -0600)
committer
Nuno Goncalves
<redacted>
Thu, 2 Nov 2017 20:52:00 +0000
(21:52 +0100)
utils/watchcat/files/initd_watchcat
patch
|
blob
|
history
diff --git
a/utils/watchcat/files/initd_watchcat
b/utils/watchcat/files/initd_watchcat
index d6f954e9e5617098904b9bd06e68c14b04e594bb..213186063410a92ba2062be6377cc28d9e4f3d12 100644
(file)
--- 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"
git clone https://git.99rst.org/PROJECT