Setting Up Running ZotPonics_Raspi on Startup - Senior-Design-ZotPonics/ZotPonicsRaspPi GitHub Wiki

:tada::fireworks:

  1. cd /home/pi/.config/
  2. mkdir autostart
  3. cd autostart
  4. sudo nano pythonscript.desktop
  5. Copy this:
[Desktop Entry]
Version=1.0
Name=ZotPonics_Running
Comment=Your comment
Exec=bash /home/pi/ZotPonicsRaspPi/runZotPonicsRP.sh &
Path=/home/pi/
Terminal=false
StartupNotify=true
Type=Application
Categories=Utility;Application
Ctrl+x, y, enter