diff --git a/cmd/dockerd/daemon_unix.go b/cmd/dockerd/daemon_unix.go index a6685bb668769..7b6214fc8f755 100644 --- a/cmd/dockerd/daemon_unix.go +++ b/cmd/dockerd/daemon_unix.go @@ -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)