Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
88a2b64b68
|
@ -15,6 +15,7 @@ cd ${media_monitor_path}
|
|||
exec 2>&1
|
||||
|
||||
export PYTHONPATH=${api_client_path}
|
||||
export PATH=/usr/lib/airtime/pypo/bin/liquidsoap_bin/:$PATH
|
||||
|
||||
# Note the -u when calling python! we need it to get unbuffered binary stdout and stderr
|
||||
exec python -u ${media_monitor_path}${media_monitor_script} > /var/log/airtime/media-monitor/py-interpreter.log 2>&1
|
||||
|
|
Loading…
Reference in New Issue