Hallo all,
I have tried Init.d method to run my python program on Raspberry pi at start up by following this guide.
https://www.dexterindustries.com/howto/ ... t-startup/
But that doesn't work for me. Then i have tried bash.rc method which has worked for me. Everything is working fine. Though at start up i am getting an error message
" Failed to start AWL.py:service , see systemctl status for details" AWL.py is my program name here.
I wish to remove this line while start up. I have attached the screenshots of the error and the commands i have used in init.d method. Can anyone help me to get through this?