#!/usr/bin/env bash

# Script to run {.beat_name} in foreground with the same path settings that
# the init script / systemd unit file would do.

exec /usr/share/icingabeat/bin/icingabeat \
  -path.home /usr/share/icingabeat \
  -path.config /etc/icingabeat \
  -path.data /var/lib/icingabeat \
  -path.logs /var/log/icingabeat \
  "$@"
