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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue