summaryrefslogtreecommitdiff
path: root/net-analyzer/zabbix/files/zabbix-agentd.service
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /net-analyzer/zabbix/files/zabbix-agentd.service
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'net-analyzer/zabbix/files/zabbix-agentd.service')
-rw-r--r--net-analyzer/zabbix/files/zabbix-agentd.service10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-analyzer/zabbix/files/zabbix-agentd.service b/net-analyzer/zabbix/files/zabbix-agentd.service
index 8485d06f5a3a..dc13089e0cf5 100644
--- a/net-analyzer/zabbix/files/zabbix-agentd.service
+++ b/net-analyzer/zabbix/files/zabbix-agentd.service
@@ -1,14 +1,12 @@
[Unit]
-Description=Zabbix agent daemon
-After=network.target
+Description=Zabbix agent
+Documentation=https://zabbix.com/manuals
+After=network.target network-online.target
[Service]
-Type=forking
User=zabbix
Group=zabbix
-ExecStart=/usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
-PIDFile=/run/zabbix/zabbix_agentd.pid
+ExecStart=/usr/sbin/zabbix_agentd --foreground --config /etc/zabbix/zabbix_agentd.conf
[Install]
WantedBy=multi-user.target
-