Add km module kafka gateway

This commit is contained in:
leewei
2023-02-14 11:10:58 +08:00
parent 229140f067
commit 7008677947
4398 changed files with 977288 additions and 46204 deletions

8
APP_META/990-stopapp.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
SERVICE_PATH="/home/xiaoju/${APPNAME}"
/usr/bin/monit stop all
su xiaoju -c "cd $SERVICE_PATH && ./control.sh stop"