You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to have my system working on a Raspberry Pi using Raspbian Buster, but since the 'upgrade' to Raspios, I cannot make it work. I think that it is because Raspios uses Systemd.
My subscriber file is /home/peterm/pi/mqtt/subscriber.py [ changed with Raspios from /home/pi/mqtt... ]
and I think that I need a file in /lib/systemd/system/ called subscriber.service that calls subscriber.py, but I cannot find a reliable way of configuring this file.
I would appreciate any advice that you can give me on this.