/var/log/e2guardian/access.log {
	rotate 5
	daily
	prerotate
		service e2guardian stop > /dev/null 2>&1 || true
	endscript
	postrotate
		service e2guardian start > /dev/null 2>&1
	endscript
}
