/opt/osstech/var/log/mailman-web/*.log {
  notifempty
  missingok

  su mailman-web mailman-web
  olddir old
  delaycompress

  sharedscripts
  postrotate
    if systemctl is-active --quiet osstech-mailman-web.service; then
      systemctl kill --signal=USR1 osstech-mailman-web.service
    fi
    systemctl try-restart osstech-mailman-web-qcluster.service
  endscript
}
