More work on switching pypo to use setuptools

This commit is contained in:
Duncan Sommerville 2014-12-17 16:42:29 -05:00
parent 97805ad271
commit 29917ebf63
6 changed files with 158 additions and 0 deletions

View file

@ -0,0 +1,15 @@
description "Airtime Liquidsoap"
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-liquidsoap

View file

@ -0,0 +1,15 @@
description "Pypo"
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-playout