Improvements to systemd service file as per #430.
Submitted by @rpodgorny.
Этот коммит содержится в:
родитель
b56d154cda
Коммит
c4a56a3c49
@ -1,9 +1,10 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=iperf3
|
Description=iperf3
|
||||||
Requires=network-online.target
|
Requires=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/iperf3 -s
|
ExecStart=/usr/bin/iperf3 -s
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user