summaryrefslogtreecommitdiff
blob: d02f560146ff940e391b9936554c3505141b47ed (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

description="IP bandwidth measurement server"
command="/usr/bin/iperf3"

command_background="yes"
pidfile="/run/${SVCNAME}.pid"
command_args="-s ${IPERF_OPTS}"