fix: remove sigkill
Go Test / test (push) Failing after 29s Details
Go Bump / bump (push) Successful in 31s Details

main v2.7.1
xuu 2024-02-29 11:02:00 -07:00
parent 54fe38821c
commit 0afc7a5bed
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ var apps service.Apps
var appName, version = service.AppName()
func main() {
ctx, cancel := signal.NotifyContext(context.Background(), os.Interrupt, os.Kill)
ctx, cancel := signal.NotifyContext(context.Background(), os.Interrupt)
go func() {
<-ctx.Done()
defer cancel() // restore interrupt function