atbswp
atbswp copied to clipboard
Question: how to run script at startup?
Hello, try to run a simple script that open a web browser link at startup, the script runs good from terminal but not from crontab.
@reboot python3 /home/pi/Downloads/test.py >>/home/pi/log.text 2>&1
the script runs at startup but i have the follow error log:
Traceback (most recent call last):
File "/tmp/atbswp-20210204", line 4, in
Hi, seems like the fix is to use crontab -e display = 0 see #40