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-proxy.service

13 lines
275 B

[Unit]
Description=Zabbix proxy
Documentation=https://zabbix.com/manuals
After=network.target network-online.target
[Service]
User=zabbix
Group=zabbix
ExecStart=/usr/sbin/zabbix_proxy --foreground --config /etc/zabbix/zabbix_proxy.conf
[Install]
WantedBy=multi-user.target