mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:39:01 +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:
parent
95a1d25517
commit
423828d894
@ -27,3 +27,4 @@ do_configure_prepend() {
|
||||
}
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service"
|
||||
SYSTEMD_AUTO_ENABLE_${PN} = "disable"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user