From 355430e5bec62cb78af6528ec4f9b035c30cf334 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 24 Aug 2020 20:02:36 +0800 Subject: [PATCH] sysinv-agent.inc: enable sysinv-agent by default Issue-ID: INF-184 Signed-off-by: Jackie Huang Change-Id: Ib470fd82ad55c6979ec04a1d082ad6570f973955 --- meta-stx/recipes-core/stx-config/sysinv-agent.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-stx/recipes-core/stx-config/sysinv-agent.inc b/meta-stx/recipes-core/stx-config/sysinv-agent.inc index d639536..6539e1d 100644 --- a/meta-stx/recipes-core/stx-config/sysinv-agent.inc +++ b/meta-stx/recipes-core/stx-config/sysinv-agent.inc @@ -48,4 +48,4 @@ FILES_sysinv-agent = " \ SYSTEMD_PACKAGES += "sysinv-agent" SYSTEMD_SERVICE_sysinv-agent = "sysinv-agent.service" -SYSTEMD_AUTO_ENABLE_sysinv-agent = "disable" +SYSTEMD_AUTO_ENABLE_sysinv-agent = "enable" -- 2.16.6