You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-tv/mythtv/files/mythtv.logrotate.d

16 lines
434 B

# 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,v 1.2 2007/03/19 04:24:12 cardoe Exp $
/var/log/mythtv/mythbackend.log /var/log/mythtv/mythfrontend.log {
rotate 5
weekly
create 660 mythtv video
notifempty
sharedscripts
missingok
postrotate
/bin/kill -HUP `cat /var/run/mythbackend.pid`
endscript
}