1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Use "start" instead of "restart"

Because when the job isn't running, "restart" won't work.
This commit is contained in:
Jérôme Petazzoni 2013-03-11 23:08:21 -07:00
parent af2aac8736
commit fda456b82e

View file

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