slackbuilds_ponce/multimedia/mythtv/files/mythtv.logrotate.d
David Somero 749460d8ea multimedia/mythtv: Added (mythical home media convergence PVR/DVR).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2013-12-02 00:58:02 -06:00

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