#!/usr/bin/env /lib/runit/invoke-run

set -e

# logging only captures stdout, so merge stderr in with it
exec 2>&1

echo "Starting ark-prometheus-exporter..."
exec /usr/local/sbin/ark-prometheus-exporter
