CC-5709: Airtime Analyzer

* Explicitly set the locale in upstart conf to avoid UTF-8/unicode
  errors from python. Fixes CC-5794.
This commit is contained in:
Albert Santoni 2014-04-16 15:33:02 -04:00
parent d6bc3aa4cc
commit 9a3c88f009

View file

@ -6,5 +6,8 @@ stop on runlevel [!2345]
respawn
env LANG='en_US.UTF-8'
env LC_ALL='en_US.UTF-8'
exec su www-data -c "airtime_analyzer"