[oe] [meta-oe][PATCH] edac-utils: fix systemd service

Chen Qi Qi.Chen at windriver.com
Fri Nov 4 08:36:58 UTC 2016


Fix edac-utils systemd service file so that `systemctl stop edac' doesn't
fail.

Remove the ExecStop line as there's no '--unload' option for edac-ctl.
Also, disable edac service by default.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta-oe/recipes-support/edac-utils/edac-utils_git.bb  | 1 +
 meta-oe/recipes-support/edac-utils/files/edac.service | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/edac-utils/edac-utils_git.bb b/meta-oe/recipes-support/edac-utils/edac-utils_git.bb
index b3ff1cc..2c0914d 100644
--- a/meta-oe/recipes-support/edac-utils/edac-utils_git.bb
+++ b/meta-oe/recipes-support/edac-utils/edac-utils_git.bb
@@ -44,3 +44,4 @@ do_install_append() {
 }
 
 SYSTEMD_SERVICE_${PN} = "edac.service"
+SYSTEMD_AUTO_ENABLE_${PN} = "disable"
diff --git a/meta-oe/recipes-support/edac-utils/files/edac.service b/meta-oe/recipes-support/edac-utils/files/edac.service
index 9f687a8..f6b211e 100644
--- a/meta-oe/recipes-support/edac-utils/files/edac.service
+++ b/meta-oe/recipes-support/edac-utils/files/edac.service
@@ -4,7 +4,6 @@ Description=Initialize EDAC Drivers For Machine Hardware
 [Service]
 Type=oneshot
 ExecStart=@SBINDIR@/edac-ctl --register-labels
-ExecStop=@SBINDIR@/edac-ctl --unload
 RemainAfterExit=yes
 
 [Install]
-- 
2.8.3




More information about the Openembedded-devel mailing list