From 477bfd265ade5185df10864ed494fa397b667dc0 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Thu, 21 Jul 2022 21:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E5=90=AF=E5=8A=A8=20?= =?UTF-8?q?=E4=B8=80=E9=94=AE=E5=85=B3=E9=97=AD=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/start.sh | 5 +++++ bin/stop.sh | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 bin/start.sh create mode 100644 bin/stop.sh diff --git a/bin/start.sh b/bin/start.sh new file mode 100644 index 000000000..48a92c7dc --- /dev/null +++ b/bin/start.sh @@ -0,0 +1,5 @@ +./stup.sh start mainte mainte ./conf/mainte.yaml +sleep 1 +./stup.sh start worker_1 worker ./conf/worker_1.yaml +sleep 1 +./stup.sh start gateway_1 gateway ./conf/gateway_1.yaml diff --git a/bin/stop.sh b/bin/stop.sh new file mode 100644 index 000000000..bc190b35a --- /dev/null +++ b/bin/stop.sh @@ -0,0 +1,5 @@ +./stup.sh stop gateway_1 + +./stup.sh stop mainte + +./stup.sh stop worker_1 \ No newline at end of file