From 86414187aa08225872f7a316b8fa8bcac7f96f13 Mon Sep 17 00:00:00 2001 From: Eugene Yakubovich Date: Tue, 23 Sep 2014 12:23:17 -0700 Subject: [PATCH] docker: wait for docker.socket to fix race in docker.service --- .../docker/{docker-1.2.0.ebuild => docker-1.2.0-r1.ebuild} | 0 .../coreos-overlay/app-emulation/docker/files/docker.service | 1 + 2 files changed, 1 insertion(+) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker/{docker-1.2.0.ebuild => docker-1.2.0-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.2.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.2.0-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.2.0.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.2.0-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service index 0a8cea43aa..bf67a07a18 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service @@ -2,6 +2,7 @@ Description=Docker Application Container Engine Documentation=http://docs.docker.io Requires=docker.socket +After=docker.socket [Service] Environment="TMPDIR=/var/tmp/"