Adding back scripts in /docs
This commit is contained in:
parent
bcf938ca7e
commit
6540a34a9b
26 changed files with 336 additions and 94 deletions
|
@ -0,0 +1,24 @@
|
|||
description "Airtime Analyzer"
|
||||
author "help@sourcefabric.org"
|
||||
|
||||
start on runlevel [2345]
|
||||
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'
|
||||
|
||||
#script
|
||||
# airtime_analyzer
|
||||
#end script
|
||||
|
||||
exec airtime_analyzer
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue