Initial deploy

This commit is contained in:
Fergal Moran
2015-10-05 20:14:33 +01:00
parent 3ad11b011d
commit 9092c04766
11 changed files with 181 additions and 204 deletions

View File

@@ -18,16 +18,12 @@ supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock
[program:icecast2]
user=icecast2
command=icecast2 -n -c /etc/icecast2/icecast.xml
stopsignal=6
stdout_events_enabled=true
stderr_events_enabled=true
autorestart=true
[program:server]
command=server.py --ice_host=radio.deepsouthsounds.com --ice_port=8351 --ice_user=source --ice_password=RDzNlgqmj67vk --ice_mount=/dss
command=server.py --ice_host=radio.deepsouthsounds.com \
--ice_port=8351 \
--ice_user=source \
--ice_password=RDzNlgqmj67vk \
--ice_mount=/dss
stopsignal=6
stdout_events_enabled=true
stderr_events_enabled=true