RPi-Distro / raspi-config

Configuration tool for the Raspberry Pi
Other
565 stars 206 forks source link

Add support for Raspberry Pi Connect 1.3.0 #250

Closed mudge closed 2 months ago

mudge commented 2 months ago

Raspberry Pi Connect 1.3.0 adds a new rpi-connect-wayvnc-watcher.path systemd unit that needs to be enabled so that rpi-connectd is informed of the WayVNC service starting and stopping. It also makes any dependent services "PartOf" the main rpi-connect.service so we no longer need to explicitly stop or start them individually.

As rpi-connect 1.2.2 is included in the July 4th 2024 Raspberry Pi OS image, we support both new and old versions, keeping the old logic for stopping and starting rpi-connectd and its related services.

spl237 commented 2 months ago

Looks ok to me.