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 を使用して、1 日と呼んでください