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

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 06:52:45 UTC 2019


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

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

commit 0cb10e44dd04f24dff828408bd0c3c345abb5696
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