mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-24 16:16:17 +00:00
Use "start" instead of "restart"
Because when the job isn't running, "restart" won't work.
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ else
|
||||
echo "exec /usr/local/bin/dockerd" > /etc/init/dockerd.conf
|
||||
fi
|
||||
|
||||
echo "Restarting dockerd..."
|
||||
restart dockerd > /dev/null
|
||||
echo "Starting dockerd..."
|
||||
start dockerd > /dev/null
|
||||
|
||||
echo "Finished!"
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user