I've read through the fourms, and came across a few methods for auto starting cgminer, but haven't had any luck so far.
How can I auto start bfgminer on my raspberry pi?
The below commands don't work like they do with minepeon:
sudo systemctl enable bfgminer.service
sudo systemctl start bfgminer.service
I can type and edit:
sudo nano /etc/xdg/lxsession/LXDE/autostart
but, I'm unsure what to add to the list to run bfgminer.
Currently, I have to run "./bfgminer -S all" from withing the bfgminer directory.
Thank you!