CC-5990, CC-5991 - Python cleanup, removed need for /usr/lib/airtime
This commit is contained in:
parent
cd102b984b
commit
875a9dfd8b
115 changed files with 248 additions and 212 deletions
11
python_apps/pypo/liquidsoap/airtime-liquidsoap.logrotate
Normal file
11
python_apps/pypo/liquidsoap/airtime-liquidsoap.logrotate
Normal file
|
@ -0,0 +1,11 @@
|
|||
/var/log/airtime/pypo-liquidsoap/ls_script.log {
|
||||
compress
|
||||
rotate 10
|
||||
size 1000k
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
postrotate
|
||||
start-stop-daemon --stop --signal USR1 --quiet --pidfile /var/run/airtime/airtime-liquidsoap.pid
|
||||
endscript
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue