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:
parent
3e12349831
commit
e3acbff2ed
1 changed files with 3 additions and 1 deletions
|
@ -5,4 +5,6 @@ stop on runlevel [!2345]
|
|||
|
||||
respawn
|
||||
|
||||
exec /usr/bin/docker -d
|
||||
script
|
||||
/usr/bin/docker -d
|
||||
end script
|
||||
|
|
Loading…
Reference in a new issue