Fixed the upstart config

This commit is contained in:
Albert Santoni 2014-04-30 17:56:02 -04:00
parent 375ec54778
commit c2f6032c8b
1 changed files with 10 additions and 1 deletions

View File

@ -6,8 +6,17 @@ stop on runlevel [!2345]
respawn
setuid www-data
setgid www-data
expect fork
env LANG='en_US.UTF-8'
env LC_ALL='en_US.UTF-8'
exec su www-data -c "airtime_analyzer"
script
airtime_analyzer
end script