82851ecb8f
Upstream-commit: c405d53b6e6658b1cbe9ad7ba52ea6dc9330f546 Component: engine
11 lines
142 B
Plaintext
11 lines
142 B
Plaintext
description "Docker daemon"
|
|
|
|
start on filesystem and started lxc-net
|
|
stop on runlevel [!2345]
|
|
|
|
respawn
|
|
|
|
script
|
|
/usr/bin/docker -d
|
|
end script
|