diff --git a/README_CN.md b/README_CN.md index fd26b66a32ed5cea03dba1c2530e33b73cac388a..8e89cee3533d7531c6d2a2d05852d95499a34468 100644 --- a/README_CN.md +++ b/README_CN.md @@ -272,6 +272,7 @@ python3 pipeline_rpc_client.py

关闭Serving/Pipeline服务

方式一:Ctrl+C关停服务 方式二:在启动Serving/Pipeline服务路径(该路径下存在文件ProcessInfo.json) + ``` python3 -m paddle_serving_server.serve stop/kill [--port 9494] ```