mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #1209 from zimbatm/upstart-improvements
Upstart improvements
This commit is contained in:
commit
7d68afb2d2
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
description "Run docker"
|
description "Run docker"
|
||||||
|
|
||||||
start on runlevel [2345]
|
start on filesystem or runlevel [2345]
|
||||||
stop on starting rc RUNLEVEL=[016]
|
stop on runlevel [!2345]
|
||||||
|
|
||||||
respawn
|
respawn
|
||||||
|
|
||||||
script
|
exec /usr/bin/docker -d
|
||||||
/usr/bin/docker -d
|
|
||||||
end script
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue