From 8affc387753f2e1006a748c4a66ac7055cf2d9b2 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Thu, 25 Jul 2013 12:28:53 -0700 Subject: [PATCH] re-add docker starting by default --- .../coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild index c3c67ac466..dc0652ad5d 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0.ebuild @@ -39,5 +39,5 @@ src_install() { keepdir /var/lib/${PN}/containers systemd_dounit "${FILESDIR}"/${PN}.service # not enabling by default because it messes up the EC2 169. meta url routing - #systemd_enable_service multi-user.target ${PN}.service + systemd_enable_service multi-user.target ${PN}.service }