CC-5709: Airtime Analyzer
* Fixed daemonization stuff for upstart * Adding missing unit test files
This commit is contained in:
parent
b02dc45a53
commit
b8b913ff68
4 changed files with 127 additions and 3 deletions
|
@ -4,8 +4,7 @@ author "help@sourcefabric.org"
|
|||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
||||
expect daemon
|
||||
respawn
|
||||
|
||||
exec sudo -u www-data airtime_analyzer --daemon
|
||||
exec su www-data -c "airtime_analyzer"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue