summaryrefslogtreecommitdiffstats
path: root/data/configi/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'data/configi/rc.local')
-rw-r--r--data/configi/rc.local4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/configi/rc.local b/data/configi/rc.local
new file mode 100644
index 0000000..ab7262b
--- /dev/null
+++ b/data/configi/rc.local
@@ -0,0 +1,4 @@
1# Put your custom commands here that should be executed once
2# the system init finished. By default this file does nothing.
3iperf -s -u -B 239.239.2.149 -i 10 -y c | logger -t iperf_sonda
4exit 0