/var/log/e2guardian/access.log {
    create 644 e2guardian e2guardian
    rotate 5
    weekly
    sharedscripts
    prerotate
	service e2guardian stop
    endscript
    postrotate
	service e2guardian start
    endscript
}
