Workerman[start.php] stop fail 停止(或重启)失败
执行 php start.php stop
报错:
Workerman stop
Workerman is stoping ...
Workerman stop fail
停止不了,用 restart 重启也不行。
查看到 php start.php stop命令无效? 的帖子,里面提到有可能是失误按了ctrl+z 把进程挂起了。
ps aux | grep php
找到 workerman 进程,kill -9 xxx
关闭进程即可。
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。