From 423828d894a5c78ebe5fc527e9aeca66ac1838b1 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Tue, 19 Feb 2019 11:20:47 +0800 Subject: ndctl: disable ndctl-monitor service by default ndctl-monitor service will start failed if there is no nvdimm device like on qemux86, so disable it by default, user can enable it if their machine support this device. Signed-off-by: Changqing Li Signed-off-by: Khem Raj --- meta-oe/recipes-core/ndctl/ndctl_v63.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-core/ndctl/ndctl_v63.bb b/meta-oe/recipes-core/ndctl/ndctl_v63.bb index 0c627438ea..1f3abf5143 100644 --- a/meta-oe/recipes-core/ndctl/ndctl_v63.bb +++ b/meta-oe/recipes-core/ndctl/ndctl_v63.bb @@ -27,3 +27,4 @@ do_configure_prepend() { } SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service" +SYSTEMD_AUTO_ENABLE_${PN} = "disable" -- cgit 1.2.3-korg