I am trying to get the Remote Control to work on Buster. From this website I got almost all the information:
I can’t get irexec to work at startup.
Before I had in rc.local this:
sleep 3;
sudo -u pi irexec -d
&
exit 0
Now it doesn’t work.
If I do in command line
sudo irexec -d
the Remote Control works perfectly.
Any idea?