]> git.pld-linux.org Git - packages/zabbix.git/blob - zabbix_agent2.service
up to 6.0.29
[packages/zabbix.git] / zabbix_agent2.service
1 [Unit]
2 Description=Zabbix agent 2
3 Documentation=man:zabbix_agent2(8)
4 After=network-online.target
5
6 [Service]
7 Type=simple
8 ExecStart=/usr/sbin/zabbix_agent2 -f
9 User=zabbix
10 Group=zabbix
11
12 [Install]
13 WantedBy=multi-user.target
This page took 0.089125 seconds and 3 git commands to generate.