The simplest option if you know you will never want screen sharing is to install rpi-connect-lite instead of rpi-connect: it is the same as rpi-connect but lacks the WayVNC-related systemd units.Shall I ignore this?
Or manually disable the service?
Code:
sudo apt remove --purge rpi-connectsudo apt install rpi-connect-lite
Alternatively, if you want to stick with rpi-connect: you can prevent WayVNC from trying to start at all by disabling its service and associated path unit (new in 1.3.0):
Code:
systemctl --user disable rpi-connect-wayvnc.service rpi-connect-wayvnc-watcher.path
Statistics: Posted by paulmu — Mon Jul 08, 2024 7:24 am