mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-19 16:50:56 +00:00
update
This commit is contained in:
parent
81dcfe0da7
commit
937b6940ee
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -130,7 +130,7 @@ func main() {
|
|||
|
||||
termSign := make(chan os.Signal, 1)
|
||||
hupSign := make(chan os.Signal, 1)
|
||||
signal.Notify(termSign, syscall.SIGINT, syscall.SIGTERM, syscall.SIGKILL)
|
||||
signal.Notify(termSign, syscall.SIGINT, syscall.SIGTERM)
|
||||
signal.Notify(hupSign, syscall.SIGHUP)
|
||||
for {
|
||||
select {
|
||||
|
|
Loading…
Add table
Reference in a new issue