mholgatem / gpioneer

A python GPIO controller
MIT License
33 stars 6 forks source link

Searching the rc.local entry #15

Closed hoever closed 5 years ago

hoever commented 5 years ago

Hi,

first of all big thanks for your work.

You wrote in readme:

Advanced configuration /etc/rc.local has been modified to auto run GPioneer, add any of these flags to modify the runtime settings

If I open /etc/rc.local the file is untouched. I want to try some of the advanced configuration options but I can't find the file, where I have to edit it.

GreetZ Nils

mholgatem commented 5 years ago

sorry, that's old. the rc.local method has been deprecated in favor of creating gpioneer as a service:

/lib/systemd/system/gpioneer.service

After you make the changes that you want, you need to reload the service.

sudo systemctl stop gpioneer
sudo systemctl daemon-reload
sudo systemctl start gpioneer

I really recommend using GPIOnext over GPioneer though.