1
0
Fork 0
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:
Daniel Mizyrycki 2013-07-29 18:28:40 -07:00
commit 7d68afb2d2

View file

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