From 54883a83d114baf4bbd83577c23f6ea4e8a0ff16 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 29 Oct 2023 22:28:32 +0100 Subject: [PATCH] Remove splitdns from default --- src/zmb-ad-join/constants-service.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zmb-ad-join/constants-service.conf b/src/zmb-ad-join/constants-service.conf index f3ce8f9..f4c0d1a 100644 --- a/src/zmb-ad-join/constants-service.conf +++ b/src/zmb-ad-join/constants-service.conf @@ -29,7 +29,7 @@ LXC_NESTING="1" # Example: # OPTIONAL_FEATURES=(wsdd) # OPTIONAL_FEATURES=(wsdd splitdns) -OPTIONAL_FEATURES=(wsdd splitdns) +OPTIONAL_FEATURES=(wsdd) # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=1024