#!/sbin/openrc-run
supervisor=supervise-daemon
supervise_daemon_args="--stdout /var/log/otelcol/$RC_SVCNAME.log --stderr /var/log/otelcol/$RC_SVCNAME.log"

name="Open Telemetry Collector"
descripption="Open Telemetry Collector"

user="otel"
group="otel"

command="/usr/bin/otelcol"
command_args="${OTELCOL_OPTIONS}"
