I got a question i want to autostart something but im a totally noob with linux
I installed : http://www.hamradioscience.com/raspberr ... 2832u-sdr/
And that works.
But i want to start the following command when i put to raspberry on:
rtl_tcp -a 10.0.1.50
How can i do that?
I tryed to make a script like:
#! /bin/sh
# /etc/init.d./sdr
start() {
/usr/local/bin/rtl_tcp -a 192.168.1.101
}
exit 0
Best regards,
Rob