sintonia/python_apps/airtime_analyzer/install/upstart/airtime_analyzer.conf
Albert Santoni b8b913ff68 CC-5709: Airtime Analyzer
* Fixed daemonization stuff for upstart
* Adding missing unit test files
2014-04-07 16:19:44 -04:00

10 lines
163 B
Text

description "Airtime Analyzer"
author "help@sourcefabric.org"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
exec su www-data -c "airtime_analyzer"