From 049d28868e87df084748a91db5d1cfecb0de6d00 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) --- contrib/install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/install.sh b/contrib/install.sh index cf097da67..e58f05468 100755 --- a/contrib/install.sh +++ b/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 <