Hi
I am trying to run a script from a remote control button press, I have tested with 2 python scripts on 2 different buttons and switched them over when testing, either button will only run one of the scripts.
The script that wont run is using UART on /dev/ttyS0 and originally Python CLI wouldn't run it as it was in dialout group, quick chown and it ran in Python and the terminal with no problem, after rebooting the permissions have reverted back to root:dialout
How do i change it permanently so root can run from the terminal if needed and kodi can run it via the button press?