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

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

user="otel"
group="otel"

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