Skip to content

Commit

Permalink
Merge pull request #106 from ankurag2/main
Browse files Browse the repository at this point in the history
Update systemKillProcess.go
  • Loading branch information
karimra authored Mar 2, 2024
2 parents fcd1ea9 + 3f4f933 commit 3826a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/systemKillProcess.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func (a *App) PreRunESystemKillProcess(cmd *cobra.Command, args []string) error
case "TERM":
case "KILL":
case "HUP":
case "ABRT":
default:
return fmt.Errorf("unknown kill signal %q", a.Config.SystemKillProcessSignal)
}
Expand Down

0 comments on commit 3826a2f

Please sign in to comment.