mirror of https://github.com/docker/docs.git
Merge pull request #1489 from dotcloud/1422-revert-upstart
Revert "docker.upstart: avoid spawning a `sh` process"
This commit is contained in:
commit
cd9886f0a8
|
@ -5,4 +5,6 @@ stop on runlevel [!2345]
|
||||||
|
|
||||||
respawn
|
respawn
|
||||||
|
|
||||||
exec /usr/bin/docker -d
|
script
|
||||||
|
/usr/bin/docker -d
|
||||||
|
end script
|
||||||
|
|
Loading…
Reference in New Issue