Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的结构文件中设置了一组 run() 语句来停止/退出我的应用程序服务器。当我运行 fab 文件时,织物进程在以下语句后中断。有人可以告诉我如何解决吗?
run("kill $(ps x | grep memcached | awk '{print $1}')", pty=False)
改用 pkill 并收工