Skip to content
Snippets Groups Projects
Verified Commit 0c611719 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

imgs/isp-common: fix usage of iperf3 service

Upstream seem to have fixed invalid init script in iperf3-openrc package
so now this hack is no longer required.
parent 63f7be43
No related merge requests found
......@@ -21,8 +21,7 @@ awall activate --force
## Additonal service
# iperf3 for benchmarking tests
apk add iperf3 iperf3-openrc
sed -i 's/iperf/iperf3/' /etc/init.d/iperf # Fix invalid service name
rc-update add iperf default
rc-update add iperf3 default
## Configure WAN interface of router
cat >> /etc/network/interfaces <<EOF
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment