Skip to content
Snippets Groups Projects
Commit 7d68afb2 authored by Daniel Mizyrycki's avatar Daniel Mizyrycki
Browse files

Merge pull request #1209 from zimbatm/upstart-improvements

Upstart improvements
parents bfdf1839 0900d3b7
No related branches found
No related tags found
No related merge requests found
description "Run docker"
start on runlevel [2345]
stop on starting rc RUNLEVEL=[016]
start on filesystem or runlevel [2345]
stop on runlevel [!2345]
respawn
script
/usr/bin/docker -d
end script
exec /usr/bin/docker -d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment