From 757aa289ffffb7adf78cf44cee0cc2e44a02507f Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Fri, 29 Oct 2021 12:26:51 +0800 Subject: [PATCH] Update README_CN.md update --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index 7a4a01e8..b2eb7544 100644 --- a/README_CN.md +++ b/README_CN.md @@ -272,7 +272,7 @@ python3 pipeline_rpc_client.py

关闭Serving/Pipeline服务

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