Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-cloud-storage
This commit is contained in:
commit
7e1d14fcf2
6 changed files with 1040 additions and 113 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue