GMU:Autonomous-Collaborative/patchbox setup: Difference between revisions

From Medien Wiki
Line 34: Line 34:


==Make a startup script==
==Make a startup script==
 
([https://tutorials-raspberrypi.com/raspberry-pi-autostart-start-program-automatically/ Source])
  sudo nano sudo nano /etc/init.d/startPdPatch
  sudo nano sudo nano /etc/init.d/startPdPatch
Paste the following:
Paste the following:
Line 74: Line 74:
To make the script executable, type:
To make the script executable, type:
  udo chmod 755 /etc/init.d/startPdPatch
  udo chmod 755 /etc/init.d/startPdPatch


== Test and make persistent ==
== Test and make persistent ==