CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-shutdown liquidsoap on install
This commit is contained in:
parent
0dd3dd506e
commit
4ad3927554
2 changed files with 4 additions and 1 deletions
|
@ -213,7 +213,7 @@ class PypoFetch(Thread):
|
|||
self.logger.info("Restarting Liquidsoap")
|
||||
subprocess.call('/etc/init.d/airtime-liquidsoap restart', shell=True)
|
||||
|
||||
#Wait here until Liquidsoap has started up
|
||||
#Wait here and poll Liquidsoap until it has started up
|
||||
self.logger.info("Waiting for Liquidsoap to start")
|
||||
while True:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue