dockerd: update reload signal comment
| ... | ... |
@@ -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) |