This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
d6414cf42b
commit
8e1e4d7d2d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save