view logrotate.example @ 113:ece1efdb62e7

Added tag maltfilter-0.20.4 for changeset ee4a55fb7d23
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jan 2011 07:50:05 +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
}