Increase wait time for Docker socket

This commit is contained in:
Disassembler 2018-08-29 11:06:19 +02:00
parent e2bb75a723
commit f980dcafd5
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -36,5 +36,5 @@ start_pre() {
}
start_post() {
ewaitfile 1 /var/run/docker.sock
ewaitfile 10 /var/run/docker.sock
}