Zammad starts nginx on his own

Infos:

  • Used Zammad version: 6.5
  • Used Zammad installation type: (package
  • Operating system: Oracle linux 9

Expected behavior:

  • Being able to use only apache

Actual behavior:

  • I run Zammad using apache on a test server and while I installed the zammad package it installed nginx too and i cannot remove it (sudo dnf remove nginx --noautoremove) without removing nginx.
    I tried just killing and disabling the process but zammad seems to try and start nginx every morning resulting in a “failed” state on the nginx process wich we don’t lije bescause we monitor every failed process

Steps to reproduce the behavior:

  • Installing apache
  • installing Zammad wich installs nginx

Every morning, once per day…?
Not sure what you did, but that’s definitely not how systemd services behave when you disable a service.

Also never seen this, if I’d had to guess, something triggers this and it’s not Zammad. So we might not be able to help you at all.