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
3e12349831
commit
e3acbff2ed
|
@ -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