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 <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Changqing Li
2019-02-19 11:20:47 +08:00
committed by Khem Raj
parent 95a1d25517
commit 423828d894
+1
View File
@@ -27,3 +27,4 @@ do_configure_prepend() {
}
SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service"
SYSTEMD_AUTO_ENABLE_${PN} = "disable"