view logrotate.example @ 115:91a5194de522

Add webcal to trigger strings.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Nov 2012 09:06:54 +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
}