mirror of https://github.com/docker/docs.git
Merge pull request #1642 from dotcloud/upstart-exec
Use correct upstart script with new build tool
This commit is contained in:
commit
dcfb993ac7
|
@ -57,7 +57,9 @@ stop on runlevel [!2345]
|
||||||
|
|
||||||
respawn
|
respawn
|
||||||
|
|
||||||
exec docker -d
|
script
|
||||||
|
/usr/bin/docker -d
|
||||||
|
end script
|
||||||
'
|
'
|
||||||
|
|
||||||
# Each "bundle" is a different type of build artefact: static binary, Ubuntu
|
# Each "bundle" is a different type of build artefact: static binary, Ubuntu
|
||||||
|
|
Loading…
Reference in New Issue