mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Update command/agent/command.go
Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
313f430fdd
commit
39b3d63172
@@ -1032,7 +1032,7 @@ func (c *Command) handleSignals() int {
|
||||
|
||||
switch sig {
|
||||
case syscall.SIGPIPE:
|
||||
// Skip any SIGPIPE signal and don't try to log it (See issues #1798, #3554)
|
||||
// Skip any SIGPIPE signal (see issues #1798, #3554)
|
||||
continue
|
||||
case syscall.SIGHUP:
|
||||
sdNotifyReloading(sdSock)
|
||||
|
||||
Reference in New Issue
Block a user