You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@reboot /home/pi/OLED_display & is wrong. correct crontab script is @reboot /home/pi/OLED_Stats/OLED_display &
The command is correct. The previous line downloads a copy of the OLED_display script to the home directory. It seems to be more universally stable than referencing the script within a folder. The script changes the directory and then calls the display script.
Hi,
I have a problem with stat.py script while I would like to use in /lib/systemd/system/ as a .service.
When I used just a "python3 stats.py &" there is no problem.
how can i solve this proglem. I would like to run this script as a service while my pi opened.
The text was updated successfully, but these errors were encountered: