#!/command/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Add-on: Zabbix Agent2
# Runs zabbix_agent2
# ==============================================================================

bashio::log.info "Starting Zabbix Agent2..."

exec /usr/sbin/zabbix_agent2 -c /config/zabbix-agent2.conf --foreground
