From aed3b151ab2c60103f9f2daf2eda3cc08903e266 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 13 Sep 2025 19:39:49 +0200 Subject: [PATCH] feat: Replace wsdd with wsddn for Web Service Discovery --- src/samba.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/samba.sh b/src/samba.sh index 10960b3..e5b4442 100644 --- a/src/samba.sh +++ b/src/samba.sh @@ -129,8 +129,7 @@ if [[ "${BOOT_MODE:-}" == "windows_legacy" ]]; then fi else # Enable Web Service Discovery on Vista and up - wsdd -i "$interface" -p -n "$hostname" & - echo "$!" > /var/run/wsdd.pid + wsddn -i "$interface" -H "$hostname" --pid-file=/var/run/wsdd.pid >/dev/null & fi return 0