view logrotate.example @ 105:5786194984c5 maltfilter-0.20.1

Version bump.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 Sep 2009 02:32:33 +0300
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
}