aboutsummaryrefslogtreecommitdiff
path: root/tests/installer-steps/test_configure_service_discovery.py
Commit message (Collapse)AuthorAgeFilesLines
* fix(install): stop enabling the WS-Discovery host daemonCraig Jennings25 hours1-0/+85
wsdd.service advertises this machine as a Samba host to Windows clients. Nothing the installer sets up runs Samba, so it advertised a share server that doesn't exist while listening on every interface, VPN and tailscale links included. Browsing Windows shares is the other direction: gvfs-wsdd spawns its own wsdd in discovery mode, so the package stays and only the service goes. A re-run on a machine set up before this disables the unit. A fresh install has no unit yet and skips quietly.