diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0-r1.ebuild new file mode 120000 index 0000000000..767049c357 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-0.5.0-r1.ebuild @@ -0,0 +1 @@ +docker-0.5.0.ebuild \ No newline at end of file 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 }