Browse code

dockerd: update reload signal comment

Signed-off-by: Wei Fu <fuweid89@gmail.com>

Wei Fu authored on 2019/07/11 10:28:49
Showing 1 changed files
... ...
@@ -76,7 +76,7 @@ func (cli *DaemonCli) getPlatformContainerdDaemonOpts() ([]supervisor.DaemonOpt,
76 76
 	return opts, nil
77 77
 }
78 78
 
79
-// setupConfigReloadTrap configures the USR2 signal to reload the configuration.
79
+// setupConfigReloadTrap configures the SIGHUP signal to reload the configuration.
80 80
 func (cli *DaemonCli) setupConfigReloadTrap() {
81 81
 	c := make(chan os.Signal, 1)
82 82
 	signal.Notify(c, unix.SIGHUP)