This commit is contained in:
liwei1dao 2022-08-15 12:15:07 +08:00
parent d8dcfea317
commit bb52d48aa3
7 changed files with 4 additions and 0 deletions

0
bin/build_linux.sh Normal file → Executable file
View File

BIN
bin/gateway Executable file

Binary file not shown.

BIN
bin/mainte Executable file

Binary file not shown.

2
bin/start.sh Normal file → Executable file
View File

@ -1,3 +1,5 @@
./stup.sh start worker_cross worker ./conf/worker_cross.yaml
sleep 1
./stup.sh start mainte mainte ./conf/mainte.yaml ./stup.sh start mainte mainte ./conf/mainte.yaml
sleep 1 sleep 1
./stup.sh start worker_1 worker ./conf/worker_1.yaml ./stup.sh start worker_1 worker ./conf/worker_1.yaml

2
bin/stop.sh Normal file → Executable file
View File

@ -3,3 +3,5 @@
./stup.sh stop mainte ./stup.sh stop mainte
./stup.sh stop worker_1 ./stup.sh stop worker_1
./stup.sh stop worker_cross

0
bin/stup.sh Normal file → Executable file
View File

BIN
bin/worker Executable file

Binary file not shown.