summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/zabbix/files/zabbix-agent2.service')
-rw-r--r--net-analyzer/zabbix/files/zabbix-agent2.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/zabbix/files/zabbix-agent2.service b/net-analyzer/zabbix/files/zabbix-agent2.service
new file mode 100644
index 000000000000..b182482fde97
--- /dev/null
+++ b/net-analyzer/zabbix/files/zabbix-agent2.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Zabbix agent
+Documentation=https://zabbix.com/manuals
+After=network.target network-online.target
+
+[Service]
+User=zabbix
+Group=zabbix
+ExecStart=/usr/sbin/zabbix_agent2 --foreground --config /etc/zabbix/zabbix_agent2.conf
+
+[Install]
+WantedBy=multi-user.target