* Added sysvinit scripts back in and cleaned them up * service status now works correctly for all services * Moved logging config files into install/ folders for the python_apps * Fixed some small setup.py problems in the various python_apps * Gave each python app a better bin/ script which doesn't fork, which lets service status work automagically.
15 lines
No EOL
213 B
Text
15 lines
No EOL
213 B
Text
description "Pypo"
|
|
author "help@sourcefabric.org"
|
|
|
|
start on runlevel [2345]
|
|
stop on runlevel [!2345]
|
|
|
|
respawn
|
|
|
|
setuid WEB_USER
|
|
setgid WEB_USER
|
|
|
|
env LANG='en_US.UTF-8'
|
|
env LC_ALL='en_US.UTF-8'
|
|
|
|
exec airtime-playout |