util: use 9 for SIGKILL (#360)
parent
07e4467e07
commit
a4f276b605
|
@ -157,7 +157,7 @@ class Util
|
|||
|
||||
// kill all pids
|
||||
foreach ($pids as $pid) {
|
||||
posix_kill((int) $pid, SIGKILL);
|
||||
posix_kill((int) $pid, 9); // SIGKILL
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue