Fixed the upstart config
This commit is contained in:
parent
375ec54778
commit
c2f6032c8b
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue