Rename airtime-liquidsoap to libretime-liquidsoap
BREAKING: sudo rm -f \ /etc/logrotate.d/airtime-liquidsoap
This commit is contained in:
parent
8be1366bef
commit
25e947c8bf
6 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ def run():
|
|||
)
|
||||
exec_args = [
|
||||
"/usr/bin/liquidsoap",
|
||||
"airtime-liquidsoap",
|
||||
"libretime-liquidsoap",
|
||||
script_path,
|
||||
"--verbose",
|
||||
"-f",
|
||||
|
|
|
@ -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
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue