Pull request: upd-pkgs-tools
Merge in DNS/adguard-home from upd-pkgs-tools to master Squashed commit of the following: commit 114c1ee94ff20339709e3ed66941d46692ab062c Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Oct 28 17:17:03 2022 +0300 all: upd go pkgs, tools
This commit is contained in:
@@ -55,9 +55,7 @@ func isReconfigureSignal(sig os.Signal) (ok bool) {
|
||||
|
||||
func isShutdownSignal(sig os.Signal) (ok bool) {
|
||||
switch sig {
|
||||
case
|
||||
os.Interrupt,
|
||||
syscall.SIGTERM:
|
||||
case os.Interrupt, syscall.SIGTERM:
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user