chore: move liquidsoap logrotate in install dir

This commit is contained in:
jo 2022-01-03 16:39:29 +01:00 committed by Kyle Robbertze
parent b6795432b6
commit aa4be97312
2 changed files with 1 additions and 1 deletions

View 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
}