CC-5935 - Added fix for insidious pypofetch bug causing dangling RabbitMQ channel

This commit is contained in:
Duncan Sommerville 2014-10-30 17:41:00 -04:00
parent d4e8eed51d
commit 8f5af6556d
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class PypoFetch(Thread):
self.logger.info("Restarting Liquidsoap")
subprocess.call('/etc/init.d/airtime-liquidsoap restart', shell=True)
subprocess.call('/etc/init.d/airtime-liquidsoap restart', shell=True, close_fds=True)
#Wait here and poll Liquidsoap until it has started up
self.logger.info("Waiting for Liquidsoap to start")