chore: move liquidsoap logrotate in install dir
This commit is contained in:
parent
b6795432b6
commit
aa4be97312
2 changed files with 1 additions and 1 deletions
11
playout/install/logrotate/libretime-liquidsoap.conf
Normal file
11
playout/install/logrotate/libretime-liquidsoap.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
/var/log/airtime/pypo-liquidsoap/ls_script.log {
|
||||
compress
|
||||
rotate 10
|
||||
size 1000k
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
postrotate
|
||||
systemctl kill --signal=SIGUSR1 libretime-liquidsoap >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue