On a Raspberry Pi I have a script that I want to auto-start on boot. I can get this to work with rc.local but it runs in the background. I want to have feedback from my script so that I know it is running error free at a glance.
Can I get Python(IDLE) to open/execute on startup and run a command? (Command: >>>import autostart)
I am sure this is must be posted else where but I am not sure how to ask the right questions.