iperf3/server/files/iperf3.service
author Luke Hoersten <luke@hoersten.org>
Mon, 19 Jul 2021 20:32:56 -0500
changeset 166 4ab7efce7321
parent 147 83e9097520a0
permissions -rw-r--r--
Removed matrix specific locations from pleroma nginx config.

[Unit]
Description=iperf3
Requires=network.target

[Service]
ExecStart=/usr/bin/iperf3 -s
Restart=on-failure

[Install]
WantedBy=multi-user.target