b315dc5fbf
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>
18 lines
340 B
Desktop File
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
|