Run Python Script at Start up

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu

Please describe your issue below:

I need to run a simple python script at boot. I have tried using crontab and making a file inside .config and so far I can not find a solution. Are there any hidden parameters I need to use?

Have you looked into /etc/rc.d? I run bash scripts there, I would imagine a python script might work, or you could call a bash script that runs a python script.

Not sure if I can post links… but if not, a quick google of “python in rc.d” should get you there

Found a Solution. Thanks for sharing this though.