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-r3

21 lines
573 B

# Copyright 1999-2012 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-r3,v 1.1 2012/08/26 02:39:35 cardoe Exp $
/var/log/mythtv/*.log {
weekly
rotate 8
nocompress
nocreate
notifempty
sharedscripts
missingok
olddir /var/log/mythtv/old
postrotate
killall -HUP mythfrontend
killall -HUP mythbackend
killall -HUP mythlcdserver
find /var/log/mythtv/old -type f -mtime +30 -delete
endscript
}