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:
parent
d6bc3aa4cc
commit
9a3c88f009
1 changed files with 3 additions and 0 deletions
|
@ -6,5 +6,8 @@ stop on runlevel [!2345]
|
||||||
|
|
||||||
respawn
|
respawn
|
||||||
|
|
||||||
|
env LANG='en_US.UTF-8'
|
||||||
|
env LC_ALL='en_US.UTF-8'
|
||||||
|
|
||||||
exec su www-data -c "airtime_analyzer"
|
exec su www-data -c "airtime_analyzer"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue