summaryrefslogtreecommitdiffstats
path: root/data/configi/rc.local
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2023-01-18 17:16:08 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2023-01-18 17:16:08 +0100
commitfb50f83733a5710aae319d1b7589a346390dda6e (patch)
treeaf4625d9aeceb5a3e6b7a9a631a19377cddd4ce8 /data/configi/rc.local
parent7edb631dd94ab68bdf5bc73874ad980988bb3ad6 (diff)
downloadsonda-fb50f83733a5710aae319d1b7589a346390dda6e.tar.gz
sonda-fb50f83733a5710aae319d1b7589a346390dda6e.zip
Add script
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