Initial work on switching media-monitor to use setuptools
This commit is contained in:
parent
9c324c1b6f
commit
ae6352a057
76 changed files with 98 additions and 35 deletions
15
python_apps/media-monitor/install/airtime-media-monitor.conf
Normal file
15
python_apps/media-monitor/install/airtime-media-monitor.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
description "Airtime Media Monitor"
|
||||
author "help@sourcefabric.org"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
||||
respawn
|
||||
|
||||
setuid www-data
|
||||
setgid www-data
|
||||
|
||||
env LANG='en_US.UTF-8'
|
||||
env LC_ALL='en_US.UTF-8'
|
||||
|
||||
exec airtime-media-monitor
|
Loading…
Add table
Add a link
Reference in a new issue