Can anyone please help me to run a simple python script at start up? (for eg. let the script print hello) please explain me step by step,,,starting from basic steps!
I tried many examples using init.d & rc.local but not worked... may be I had gone wrong! so be precise,clear,step by step starting from basic step!
/etc/rc.local
like this:/path/to/myscript.py &
. No sudo, and the&
is important. If this does not work, you should provide post the content of/etc/rc.local
and the script on Unix & Linux. – goldilocks Feb 20 '15 at 13:21