From cb2611957a237f8d6f381947d4c67055ea13c61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 5 Aug 2013 18:11:13 -0700 Subject: [PATCH] fix the upstart script generated by get.docker.io (it was not starting dockerd on boot) Upstream-commit: 049d28868e87df084748a91db5d1cfecb0de6d00 Component: engine --- components/engine/contrib/install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/engine/contrib/install.sh b/components/engine/contrib/install.sh index cf097da670..e58f054685 100755 --- a/components/engine/contrib/install.sh +++ b/components/engine/contrib/install.sh @@ -45,7 +45,13 @@ then echo "Upstart script already exists." else echo "Creating /etc/init/dockerd.conf..." - echo "exec env LANG=\"en_US.UTF-8\" /usr/local/bin/docker -d" > /etc/init/dockerd.conf + cat >/etc/init/dockerd.conf <