improve code

This commit is contained in:
tanshanshan
2017-09-26 19:49:56 +08:00
parent b188868fd9
commit f6ea2a61da
4 changed files with 9 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ func isDockerLiveRestoreEnabled() (bool, error) {
return info.LiveRestoreEnabled, nil
}
// stopDockerDaemon starts the Docker daemon.
// startDockerDaemon starts the Docker daemon.
func startDockerDaemon() error {
switch {
case systemdutil.IsRunningSystemd():