summaryrefslogtreecommitdiff
blob: 896587c8c47f27403c92877dba17bc31b4994ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythtv.logrotate.d-r1,v 1.1 2010/01/04 05:40:45 cardoe Exp $

/var/log/mythtv/mythbackend.log /var/log/mythtv/mythfrontend.log {
rotate 5
weekly
create 660 mythtv video
notifempty
sharedscripts
missingok
postrotate
[ -f "/var/run/mythbackend.pid"] && /bin/kill -HUP `cat /var/run/mythbackend.pid`
endscript
}