summaryrefslogtreecommitdiffstats
path: root/data/configi/rc.local
blob: ab7262bfa94aeeeb394626e821c69676b2db353f (plain)
1
2
3
4
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
iperf -s -u -B 239.239.2.149 -i 10 -y c | logger -t iperf_sonda 
exit 0