view logrotate.example @ 110:9426920d91eb

Added tag maltfilter-0.20.2 for changeset 4c394e57387d
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Nov 2009 15:11:34 +0200
parents f24388499e66
children
line wrap: on
line source

/var/log/maltfilter
{
	rotate 7
	daily
	missingok
	notifempty
	postrotate
		invoke-rc.d maltfilter reload > /dev/null
	endscript
}