From 7218e1b46bceac05841e90472501742d905fb3fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 12 Mar 2021 21:55:15 +0000 Subject: gentoo resync : 12.03.2021 --- net-analyzer/zabbix/files/zabbix-agent2.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-analyzer/zabbix/files/zabbix-agent2.service (limited to 'net-analyzer/zabbix/files/zabbix-agent2.service') 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 -- cgit v1.2.3