view logrotate.example @ 109:4c394e57387d maltfilter-0.20.2

Added configurable linking to dronebl entries.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Nov 2009 15:10:49 +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
}