diff --git a/cmd/sshrimp-agent/unix.go b/cmd/sshrimp-agent/unix.go
index b349a2d..9007a00 100644
--- a/cmd/sshrimp-agent/unix.go
+++ b/cmd/sshrimp-agent/unix.go
@@ -7,5 +7,5 @@ import (
 )
 
 func init() {
-	sigs = append(sigs, syscall.SIGTERM, syscall.SIGHUP)
+	sigs = append(sigs, syscall.SIGTERM)
 }