aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/zabbix/zabbix/zabbix-agent.service
blob: 56e5064281c0aec54884e6f488733f22a22653ae (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Zabbix Monitor Agent
After=syslog.target network.target

[Service]
Type=simple
ExecStart=@SBINDIR@/zabbix_agentd -f
User=zabbix

[Install]
WantedBy=multi-user.target