mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docker.upstart: avoid spawning a sh
process
start script / end script create an intermediate sh process.
This commit is contained in:
parent
9b57f9187b
commit
24dd50490a
1 changed files with 1 additions and 3 deletions
|
@ -4,6 +4,4 @@ start on runlevel [2345]
|
|||
stop on starting rc RUNLEVEL=[016]
|
||||
respawn
|
||||
|
||||
script
|
||||
/usr/bin/docker -d
|
||||
end script
|
||||
exec /usr/bin/docker -d
|
||||
|
|
Loading…
Reference in a new issue