Files
docker-cli/components/engine/packaging/ubuntu/docker.upstart
T
2013-05-31 22:25:48 -07:00

10 lines
140 B
Plaintext

description "Run docker"
start on runlevel [2345]
stop on starting rc RUNLEVEL=[016]
respawn
script
/usr/bin/docker -d
end script