Files
buildroot/package/zabbix/zabbix-agent.service
Waldemar Brodkorb b315dc5fbf package/zabbix: bump version to 7.0.3
Update to maintained and stable 7.0.3 version.

Patch 0002 does no longer apply: libressl support is not supported for
our version of Libressl, so now we only support openssl, and not
libressl.

It is required to start the daemons with -f otherwise they are
restarted every 30 seconds.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-09-14 20:35:13 +02:00

18 lines
340 B
Desktop File

[Unit]
Description=Zabbix Agent Daemon
After=network.target
[Service]
Type=forking
ExecStart=/usr/sbin/zabbix_agentd -f
ExecReload=/usr/sbin/zabbix_agentd -R config_cache_reload
RuntimeDirectory=zabbix
PIDFile=/run/zabbix/zabbix_agentd.pid
User=zabbix
Group=zabbix
WatchdogSec=30s
Restart=on-failure
[Install]
WantedBy=multi-user.target