I've a question:

I'm using small router (with USB) running openwrt to feed server with data took from dump1090 process.
After starting dump1090 in /etc/init.d/dump1090 script I've to run such "command":

/usr/bin/netcat localhost 30005 | /usr/bin/netcat SERVER_IP SERVER_PORT

(from command line goes perfectly). These command should start automatically after dump1090 start/restart/crash and also respawn also itself crash.

I've tried to modify existing dump1090 startup script but without any success. Could someone help me?

Best regards

Piotr