mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 19:31:54 +00:00
10 lines
247 B
SYSTEMD
10 lines
247 B
SYSTEMD
|
[Unit]
|
||
|
Description=iperf3
|
||
|
Requires=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/iperf3 -s -p 65400 --authorized-users-path /etc/iperf3/users.csv --rsa-private-key-path /etc/iperf3/public.pem
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|