master
wubin 5 years ago
parent d630f7a1f5
commit 45de404f26

@ -8,3 +8,4 @@ cd /usr/local/dsMin/dsSupport
chmod +x dsSupport
# 运行为后台进程1
/usr/local/dsMin/dsSupport/dsSupport

@ -7,3 +7,4 @@ sleep 3
chmod +x dsBaseWeb
# 运行为后台进程
nohup /usr/local/dsMin/dsSupport/dsSupport >> /usr/local/dsMin/dsSupport/dsSupport.log 2>&1 &

@ -2,3 +2,4 @@
# kill 命令不使用 -9 参数时,会回调 onStop() 方法,确定不需要此回调建议使用 -9 参数
kill -9 `pgrep -f dsSupport` 2>/dev/null
Loading…
Cancel
Save