maybe chmod 0644 'conf.d/icinga'
maybe chmod 0644 'conf.d/ido2db'
maybe chmod 0644 'conf.d/ip6tables'
+maybe chmod 0644 'conf.d/iperf3'
maybe chmod 0644 'conf.d/ipmievd'
maybe chmod 0644 'conf.d/iptables'
maybe chmod 0644 'conf.d/keymaps'
maybe chmod 0755 'init.d/icinga'
maybe chmod 0755 'init.d/ido2db'
maybe chmod 0755 'init.d/ip6tables'
+maybe chmod 0755 'init.d/iperf3'
maybe chmod 0755 'init.d/ipmievd'
maybe chmod 0755 'init.d/iptables'
maybe chmod 0755 'init.d/keymaps'
--- /dev/null
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# extra options (run iperf -h for a list of supported options)
+IPERF_OPTS="--format Mbytes"
--- /dev/null
+#!/sbin/openrc-run
+# 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}"