alpha-quadrant/media-sound/forked-daapd/files/forked-daapd.logrotate

14 lines
168 B
Plaintext
Raw Normal View History

2015-07-23 15:58:51 +02:00
/var/log/forked-daapd.log {
weekly
missingok
notifempty
rotate 3
create
compress
delaycompress
noolddir
postrotate
killall -q -HUP forked-daapd
endscript
}