mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
9 lines
132 B
Bash
Executable File
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"
|
|
|