Merge pull request #39492 from fuweid/me-update-reload-comment

dockerd: update reload signal comment
This commit is contained in:
Yong Tang 2019-07-11 07:27:58 -07:00 committed by GitHub
commit 2fc3480222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)