mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
docker.upstart: avoid spawning a sh process
start script / end script create an intermediate sh process.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user