master
huanghai 5 years ago
parent 1eb665ac8f
commit 212a7a78f2

@ -7,4 +7,3 @@ chmod +x *.sh
# 运行为前台进程
/usr/local/dsMin/dsSso/dsSso

@ -7,3 +7,4 @@ chmod +x *.sh
# 运行为后台进程
nohup /usr/local/dsMin/dsSso/dsSso >> /usr/local/dsSso.out 2>&1 &

@ -1,6 +1,4 @@
#!/bin/bash
# kill 命令不使用 -9 参数时,会回调 onStop() 方法,确定不需要此回调建议使用 -9 参数
kill -9 `pgrep -f dsSso` 2>/dev/null

@ -1,6 +1,5 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag at
// 2020-05-29 14:15:13.4165664 +0800 CST m=+0.077789301
// This file was generated by swaggo/swag
package docs

Loading…
Cancel
Save