Skip to content

Commit

Permalink
dockerd: update reload signal comment
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Fu <[email protected]>
  • Loading branch information
fuweid committed Jul 11, 2019
1 parent aa8249a commit dbb5da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dockerd/daemon_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (cli *DaemonCli) getPlatformContainerdDaemonOpts() ([]supervisor.DaemonOpt,
return opts, nil
}

// setupConfigReloadTrap configures the USR2 signal to reload the configuration.
// setupConfigReloadTrap configures the SIGHUP signal to reload the configuration.
func (cli *DaemonCli) setupConfigReloadTrap() {
c := make(chan os.Signal, 1)
signal.Notify(c, unix.SIGHUP)
Expand Down

0 comments on commit dbb5da7

Please sign in to comment.