Merge pull request #1489 from dotcloud/1422-revert-upstart

Revert "docker.upstart: avoid spawning a `sh` process"
This commit is contained in:
Daniel Mizyrycki 2013-08-10 11:07:21 -07:00
commit cd9886f0a8
1 changed files with 3 additions and 1 deletions

View File

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