view logrotate.example @ 112:ee4a55fb7d23 maltfilter-0.20.4

Add some checks; On html output, make links to open in new tabs/windows via target=_blank attribute. Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jan 2011 06:22:02 +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
}