From 2cce4896660fe0d948585263f141954ebcefec57 Mon Sep 17 00:00:00 2001 From: ganglyu Date: Tue, 14 Feb 2023 16:34:13 +0800 Subject: [PATCH] Enable host services --- rules/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/config b/rules/config index c01adc0f5390..0cf5c00dc070 100644 --- a/rules/config +++ b/rules/config @@ -139,7 +139,7 @@ INCLUDE_MGMT_FRAMEWORK = y # ENABLE_HOST_SERVICE_ON_START - enable sonic-host-server for mgmt-framework and/or # telemetry containers to access host functionality by default -ENABLE_HOST_SERVICE_ON_START = n +ENABLE_HOST_SERVICE_ON_START = y # INCLUDE_RESTAPI - build docker-sonic-restapi for configuring the switch using REST APIs INCLUDE_RESTAPI = n