From f2d28c9c8b83075802c83d34b91681648b682f2b Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 29 Oct 2023 22:27:56 +0100 Subject: [PATCH] Remove splitdns from defaults --- src/zmb-ad/constants-service.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zmb-ad/constants-service.conf b/src/zmb-ad/constants-service.conf index a5fc127..b9dbc8b 100644 --- a/src/zmb-ad/constants-service.conf +++ b/src/zmb-ad/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