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

set -e

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