Reworked upstart config for airtime_analyzer
This commit is contained in:
parent
f439072422
commit
081ca0a6a4
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue