Good morning.
Team,
anybody to provide me how to autostart the iPerf3 service when MT6000 will be restarted?
<@reboot
iperf3 -s -D>
doesn't work...
Thanks
Neuro
Good morning.
Team,
anybody to provide me how to autostart the iPerf3 service when MT6000 will be restarted?
<@reboot
iperf3 -s -D>
doesn't work...
Thanks
Neuro
Cron on OpenWrt (at least on GL firmwares) does not support @reboot
You can try to add the following line to /etc/rc.local
iperf3 -s -D
Yes of course, man, thanks for the hint
neuro