CC-5709: Airtime Analyzer
* Added upstart script for starting on bootup
This commit is contained in:
parent
cf492045cc
commit
20b056c9f0
2 changed files with 32 additions and 1 deletions
|
@ -0,0 +1,11 @@
|
|||
description "Airtime Analyzer"
|
||||
author "help@sourcefabric.org"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
||||
expect daemon
|
||||
respawn
|
||||
|
||||
exec sudo -u www-data airtime_analyzer --daemon
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue