I have found many ways of starting a script or program when booting Linux, but none of the options is sufficient for what I am looking for:
- I have a Raspberry Pi running raspbian wheezy
- I have a compiled c-program which creates echo-outputs from time to time
- I would like the program to run on startup of the pi and be able to connect via ssh and see what is going on in the program (get echo-live-output, not only a log-file).
Is there any way of achieving this?