Reworked upstart config for airtime_analyzer

This commit is contained in:
Albert Santoni 2014-10-10 11:28:44 -04:00
parent f439072422
commit 081ca0a6a4
1 changed files with 6 additions and 4 deletions

View File

@ -9,14 +9,16 @@ respawn
setuid www-data setuid www-data
setgid www-data setgid www-data
expect fork #expect fork
env LANG='en_US.UTF-8' env LANG='en_US.UTF-8'
env LC_ALL='en_US.UTF-8' env LC_ALL='en_US.UTF-8'
script #script
airtime_analyzer # airtime_analyzer
end script #end script
exec airtime_analyzer