14 lines
168 B
Plaintext
14 lines
168 B
Plaintext
/var/log/forked-daapd.log {
|
|
weekly
|
|
missingok
|
|
notifempty
|
|
rotate 3
|
|
create
|
|
compress
|
|
delaycompress
|
|
noolddir
|
|
postrotate
|
|
killall -q -HUP forked-daapd
|
|
endscript
|
|
}
|