Answers for "run raspberry pi program in terminal on startup"

1

run python script on startup raspberry pi

sudo crontab -e
#Use text editor
#Add a line: @reboot sudo python3 <your-path-to-the-script.py>
Posted by: Guest on August-19-2021

Code answers related to "run raspberry pi program in terminal on startup"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language