docker.upstart: avoid spawning a sh process

start script / end script create an intermediate sh process.
Upstream-commit: 24dd50490a027f01ea086eb90663d53348fa770e
Component: engine
This commit is contained in:
Jonas Pfenniger
2013-07-15 11:36:05 +01:00
parent f58c6a0202
commit 4b7018962a

View File

@ -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