Ticket #3371: etc.logrotate.d.mythbackend

File etc.logrotate.d.mythbackend, 327 bytes (added by Nick Morrott <knowledgejunkie@…>, 17 years ago)

logrotate script for mythbackend

Line 
1/var/log/mythtv/mythbackend.log {
2    compress
3    compresscmd /usr/bin/bzip2
4    uncompresscmd /usr/bin/bunzip2
5    compressext .bz2
6    delaycompress
7    missingok
8    notifempty
9    postrotate
10        /bin/kill -HUP `cat /var/run/mythbackend.pid 2> /dev/null` 2> /dev/null || true
11    endscript
12    rotate 8
13    weekly
14}