1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/puppet/modules/docker/templates/dockerd.conf
2013-02-03 22:02:41 -08:00

11 lines
220 B
Text

description "Run dockerd"
stop on runlevel [!2345]
start on runlevel [3]
# if you want it to automatically restart if it crashes, leave the next line in
respawn
script
/home/vagrant/dockerd/dockerd
end script