mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -27,3 +27,4 @@ do_configure_prepend() {
|
||||
}
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service"
|
||||
SYSTEMD_AUTO_ENABLE_${PN} = "disable"
|
||||
|
||||
Reference in New Issue
Block a user