Merge branch '2.5.x' into saas
This commit is contained in:
commit
ef9ab1acf0
1 changed files with 1 additions and 1 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