mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use correct upstart script with new build tool
This commit is contained in:
parent
15d658d36b
commit
7b5c579b77
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue