Skip to content

Commit

Permalink
fix: hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Sep 29, 2022
1 parent 8d09fd0 commit d35392f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@

## 🕹 ️开始使用

[使用手册](https://seamoon.dvkunion.cn)
1. fork本仓库到自己的github
2. 将代码部署到云厂商,参考 https://seamoon.dvkunion.cn/guide/deploy/aliyun/
3. 在release页面下载对应的最新版本client, 运行 `./client`, 可以看到控制端启动。

更多使用方式请查看: [使用手册](https://seamoon.dvkunion.cn)

## ❗ 免责声明

Expand Down
2 changes: 1 addition & 1 deletion pkg/client/signal.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func NewSigGroup() *SigGroup {
make(chan ControlSignal, 1),
make(chan ControlSignal, 1),
}
signal.Notify(sg.WatchChannel, syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM, syscall.SIGQUIT, syscall.SIGUSR1, syscall.SIGUSR2)
signal.Notify(sg.WatchChannel, syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM, syscall.SIGQUIT)
return sg
}

Expand Down

0 comments on commit d35392f

Please sign in to comment.