6bd2f3f318
git-subtree-dir: k8smain git-subtree-split: 719158d2c8788c30cc9e1c51bbebb53c5801524e
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
check process docker with pidfile /var/run/docker.pid
|
|
group docker
|
|
start program = "/etc/init.d/docker start"
|
|
stop program = "/etc/init.d/docker stop"
|
|
if does not exist then restart
|
|
if failed
|
|
unixsocket /var/run/docker.sock
|
|
protocol HTTP request "/version"
|
|
then restart |