Reworked upstart config for airtime_analyzer
This commit is contained in:
parent
f439072422
commit
081ca0a6a4
|
@ -9,14 +9,16 @@ respawn
|
|||
setuid www-data
|
||||
setgid www-data
|
||||
|
||||
expect fork
|
||||
#expect fork
|
||||
|
||||
env LANG='en_US.UTF-8'
|
||||
env LC_ALL='en_US.UTF-8'
|
||||
|
||||
script
|
||||
airtime_analyzer
|
||||
end script
|
||||
#script
|
||||
# airtime_analyzer
|
||||
#end script
|
||||
|
||||
exec airtime_analyzer
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue