Post
Topic
Board Hardware
Merits 4 from 1 user
Re: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread
by
zsmith
on 30/11/2019, 02:07:48 UTC
⭐ Merited by frodocooper (4)
From terminal, type:
Code:
sudo crontab -e

When it opens up, add this as the last line:

Code:
@reboot sh /path/to/your/script.sh

Control-X to exit and then Y to save changes.