mirror of https://github.com/docker/docs.git
Revert "docker.upstart: avoid spawning a `sh` process"
This reverts commit 24dd50490a
.
This commit is contained in:
parent
c015d26e96
commit
ef1d1aefa7
|
@ -5,4 +5,6 @@ stop on runlevel [!2345]
|
|||
|
||||
respawn
|
||||
|
||||
exec /usr/bin/docker -d
|
||||
script
|
||||
/usr/bin/docker -d
|
||||
end script
|
||||
|
|
Loading…
Reference in New Issue