/var/log/e2guardian/access.log {
  rotate 4
  weekly
  sharedscripts

  postrotate
    systemctl restart e2guardian
  endscript
}

