summaryrefslogtreecommitdiff
path: root/net-analyzer/zabbix/files/zabbix-agent2.service
blob: b182482fde97887e17cf4ecaf9093fea7d83feb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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