iperf3exporter/init/openrc/iperf3exporter.init

17 lines
327 B
Plaintext

#!/sbin/openrc-run
supervisor=supervise-daemon
name="$RC_SVCNAME"
description="A iperf3 speedtest exporter for prometheus"
command="/usr/local/bin/iperf3exporter"
command_args="--listen=0.0.0.0:9119"
command_user="nobody"
pidfile="/run/$RC_SVCNAME.pid"
command_background="yes"
depend() {
need net
use dns
}