Files
KnowStreaming/APP_META/990-stopapp.sh
2023-02-14 11:10:58 +08:00

9 lines
132 B
Bash
Executable File

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