summaryrefslogtreecommitdiffstats
path: root/multimedia/mythtv/files/mythtv.logrotate.d
blob: a3024f4208d80ffa43337559d3f9c7e6425a0b7b (plain)
/var/log/mythbackend.log /var/log/mythfrontend.log {
rotate 4
weekly
notifempty
sharedscripts
missingok
postrotate
[ -f "/var/run/mythbackend.pid" ] && /bin/kill -HUP `cat /var/run/mythbackend.pid`
endscript
}