We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
With current setup, root is necessary to access GPIO. That is terrible.
Instead, do something like:
adduser tbuseraddgroup gpiochown -R root:gpio /sys/class/gpioadduser tbuser gpio
and run the daemon script as tbuser (DAEMON_USER).