You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/zabbix/files/zabbix-agent2.service

13 lines
277 B

[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