-
Type:
Incident report
-
Resolution: Cannot Reproduce
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
We are getting following message:
systemd[1]: zabbix-agent.service: Supervising process 1713 which is not our child. We'll most likely not notice when it exits.
That's understandable, because according to systemd manuals, main process with Type=forkingĀ is expected to exit, what does not happen with zabbix-agent. Why do you use then Type=forking in default systemd units, when it must be Type=simple?? Thanks