Revert "docker.upstart: avoid spawning a sh process"

This reverts commit 24dd50490a027f01ea086eb90663d53348fa770e.
Upstream-commit: ef1d1aefa73f71296911b0f5593e46a81c1f5c55
Component: engine
This commit is contained in:
Michael Crosby
2013-08-10 03:06:08 +00:00
parent bd75d9f136
commit daa3c2ba78

View File

@ -5,4 +5,6 @@ stop on runlevel [!2345]
respawn
exec /usr/bin/docker -d
script
/usr/bin/docker -d
end script