view logrotate.example @ 117:7a5ff24aa572 default tip

Added tag maltfilter-0.20.5 for changeset ed506a76eb31
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 18 Nov 2012 23:43:59 +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
}