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

name="New Relic Infrastructure Agent"
descripption="New Relic Infrastructure Agent"

command="${NRIA_BINARY:-/usr/bin/newrelic-infra-service}"
command_args="${NRIA_OPTS}"
