Skip to content

Commit

Permalink
remove dupe in signal handling
Browse files Browse the repository at this point in the history
Signed-off-by: António Meireles <[email protected]>
  • Loading branch information
AntonioMeireles committed Jul 14, 2016
1 parent 0a5c1b3 commit 836a2f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func Start() (err error) {
}
hades := make(chan os.Signal, 1)
signal.Notify(hades,
os.Interrupt,
syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM, syscall.SIGQUIT)

go func() {
Expand Down

0 comments on commit 836a2f4

Please sign in to comment.