From fb50f83733a5710aae319d1b7589a346390dda6e Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Wed, 18 Jan 2023 17:16:08 +0100 Subject: Add script --- data/configi/rc.local | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/configi/rc.local (limited to 'data/configi/rc.local') 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 @@ +# 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 -- cgit v1.2.3