Ticket #3835: etc.logrotate.d.mythfrontend

File etc.logrotate.d.mythfrontend, 315 bytes (added by Nick Morrott <<knowledgejunkie [at] gmail [dot] com>>, 19 years ago)

logrotate script for mythfrontend

Line 
1/var/log/mythtv/mythfrontend.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 `pidof mythfrontend 2> /dev/null` 2> /dev/null || true
11 endscript
12 rotate 8
13 weekly
14}