#!/sbin/openrc-run # Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name="Zabbix agent" description="The agent providing internal system information for Zabbix" command=/usr/sbin/zabbix_agentd command_args="-f -c /etc/zabbix/zabbix_agentd.conf" command_background="true" command_user="zabbix:zabbix" pidfile="/run/${RC_SVCNAME}.pid" depend() { need net use zabbix-server }