[oe-commits] [meta-openembedded] 02/02: ndctl: disable ndctl-monitor service by default

git at git.openembedded.org git at git.openembedded.org
Wed Feb 20 19:10:20 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit 423828d894a5c78ebe5fc527e9aeca66ac1838b1
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Tue Feb 19 11:20:47 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 0c62743..1f3abf5 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list