mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Latest VPS script version, and debian bin experimental version
This commit is contained in:
parent
504a373f16
commit
cee6434234
2 changed files with 11 additions and 0 deletions
10
iperf3.service.in
Normal file
10
iperf3.service.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue