Rename airtime-liquidsoap to libretime-liquidsoap

BREAKING:
sudo rm -f \
  /etc/logrotate.d/airtime-liquidsoap
This commit is contained in:
jo 2021-10-03 16:12:04 +02:00
parent 8be1366bef
commit 25e947c8bf
6 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@ def run():
)
exec_args = [
"/usr/bin/liquidsoap",
"airtime-liquidsoap",
"libretime-liquidsoap",
script_path,
"--verbose",
"-f",

View file

@ -6,6 +6,6 @@
notifempty
sharedscripts
postrotate
systemctl kill --signal=SIGUSR1 airtime-liquidsoap >/dev/null 2>&1 || true
systemctl kill --signal=SIGUSR1 libretime-liquidsoap >/dev/null 2>&1 || true
endscript
}

View file

@ -193,7 +193,7 @@ class PypoFetch(Thread):
self.logger.info("Restarting Liquidsoap")
subprocess.call(
"kill -9 `pidof airtime-liquidsoap`", shell=True, close_fds=True
"kill -9 `pidof libretime-liquidsoap`", shell=True, close_fds=True
)
# Wait here and poll Liquidsoap until it has started up