Solution 1:
Try starting your script from cron using @reboot
time specification. For example create a file /etc/cron.d/myscript
with the following contents:
@reboot root /usr/bin/python3 /home/jc/jcCode/at_start_pyscript.py
Try starting your script from cron using @reboot
time specification. For example create a file /etc/cron.d/myscript
with the following contents:
@reboot root /usr/bin/python3 /home/jc/jcCode/at_start_pyscript.py