slackbuilds/multimedia/mythtv/files/mythtv.logrotate.d

11 lines
210 B
Makefile

/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
}