added a fix to the upstart command that wasn't setting hte LOCALE correctly, which was causing issues with UTF-8 bundles

Upstream-commit: 43875a73a0c2ee51f8bcd36634bbf64d836df6f8
Component: engine
This commit is contained in:
Ken Cochrane
2013-03-11 17:47:28 -07:00
parent 5aae786a89
commit ae1dbfa7df
@@ -7,5 +7,6 @@ start on runlevel [3]
respawn
script
/home/vagrant/dockerd/dockerd
test -f /etc/default/locale && . /etc/default/locale || true
LANG=$LANG LC_ALL=$LANG /usr/local/bin/dockerd
end script