make Python program start at boot

PHOTO EMBED

Wed Apr 07 2021 14:32:31 GMT+0000 (Coordinated Universal Time)

Saved by @houch841 #python #boot

mkdir /home/pi/.config/autostart
sudo nano /home/pi/.config/autostart/meteo.desktop


[Desktop Entry]
Type=Application
Name=Meteo
Exec=/usr/bin/python3 /home/pi/mqtt_display_temp_time_01_480.py

content_copyCOPY