Raspberry PI, run script / program on startup
First create an executable script (my-script.sh): Add the following code: Edit rc.local file: Add new line to execute the script: If the script includes a loop or it is meant to be executed indefinitely, we might need to add and ampersand at the end of the line: Finally, grant executable privileges to /etc/rc.local file and […]
Raspberry PI, run script / program on startup Read More ยป