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

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

This reverts commit 24dd50490a.
This commit is contained in:
Michael Crosby 2013-08-10 03:06:08 +00:00
parent 3e12349831
commit e3acbff2ed

View file

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