From 0c0ef9a550c9fb75fad8d6cf0aeefad63304cac6 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 7 Apr 2013 17:45:21 -0700 Subject: [PATCH] fix(app-emuilation/docker): Type=forking on service In the previous commit we are forking out the docker process. We need to set the type to forking. --- .../coreos-overlay/app-emulation/docker/files/docker.service | 1 + 1 file changed, 1 insertion(+) 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 843bce1e0b..16dc208d97 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 @@ -1,4 +1,5 @@ [Service] +Type=forking ExecStartPre=/bin/mount --make-rprivate / ExecStartPre=/sbin/brctl addbr lxcbr0 ExecStartPre=/bin/ifconfig lxcbr0 10.65.41.1