CC-2850: Liquidsoap doesn't rotate its log files in Airtime
-fixed -also noticed files were being chmod'd to 755, which is unnecessary. Also fixed.
This commit is contained in:
parent
693c72c396
commit
ee1a173953
5 changed files with 22 additions and 4 deletions
|
@ -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-liquidsoap.pid
|
||||
endscript
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue