CC-5709: Airtime Analyzer

* Fixed daemonization stuff for upstart
* Adding missing unit test files
This commit is contained in:
Albert Santoni 2014-04-07 16:19:44 -04:00
parent b02dc45a53
commit b8b913ff68
4 changed files with 127 additions and 3 deletions

View file

@ -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"