diff --git a/dsSupport/Shell/debug.sh b/dsSupport/Shell/debug.sh index 1eab0eeb..80bff7c5 100644 --- a/dsSupport/Shell/debug.sh +++ b/dsSupport/Shell/debug.sh @@ -8,3 +8,4 @@ cd /usr/local/dsMin/dsSupport chmod +x dsSupport # 运行为后台进程1 /usr/local/dsMin/dsSupport/dsSupport + \ No newline at end of file diff --git a/dsSupport/Shell/start.sh b/dsSupport/Shell/start.sh index 2946f3f7..c7c0159e 100644 --- a/dsSupport/Shell/start.sh +++ b/dsSupport/Shell/start.sh @@ -7,3 +7,4 @@ sleep 3 chmod +x dsBaseWeb # 运行为后台进程 nohup /usr/local/dsMin/dsSupport/dsSupport >> /usr/local/dsMin/dsSupport/dsSupport.log 2>&1 & + \ No newline at end of file diff --git a/dsSupport/Shell/stop.sh b/dsSupport/Shell/stop.sh index c0be333c..bbb879d6 100644 --- a/dsSupport/Shell/stop.sh +++ b/dsSupport/Shell/stop.sh @@ -2,3 +2,4 @@ # kill 命令不使用 -9 参数时,会回调 onStop() 方法,确定不需要此回调建议使用 -9 参数 kill -9 `pgrep -f dsSupport` 2>/dev/null + \ No newline at end of file