Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Mar 15, 2023
1 parent 5ffaa00 commit b4f9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func RunDaemon() {
}
{
sig := make(chan os.Signal, 1)
signal.Notify(sig, os.Interrupt, syscall.SIGTERM, os.Kill)
signal.Notify(sig, os.Interrupt, syscall.SIGTERM, syscall.SIGINT)

g.Add(func() error {
<-sig
Expand Down

0 comments on commit b4f9298

Please sign in to comment.