summaryrefslogtreecommitdiff
path: root/zabbix-agent.service
blob: aeed01b23a8f27f2385df0e53bb9fc80f4bff751 (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=/usr/sbin/zabbix_agentd -f
User=zabbix

[Install]
WantedBy=multi-user.target