summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ivi/recipes-extended/node-health-monitor/node-health-monitor/0001-change-service-name.patch27
-rw-r--r--meta-ivi/recipes-extended/node-health-monitor/node-health-monitor_1.3.5.bb1
2 files changed, 28 insertions, 0 deletions
diff --git a/meta-ivi/recipes-extended/node-health-monitor/node-health-monitor/0001-change-service-name.patch b/meta-ivi/recipes-extended/node-health-monitor/node-health-monitor/0001-change-service-name.patch
new file mode 100644
index 0000000..21a4cc5
--- /dev/null
+++ b/meta-ivi/recipes-extended/node-health-monitor/node-health-monitor/0001-change-service-name.patch
@@ -0,0 +1,27 @@
+From 15e991f5e36f896fa79e4fd851ba075c25e4ce0d Mon Sep 17 00:00:00 2001
+From: Yong-iL Joh <yong-il.joh@windriver.com>
+Date: Wed, 9 Mar 2016 17:30:32 +0900
+Subject: [PATCH] change service name
+
+---
+ cfg/node-health-monitor.service.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/cfg/node-health-monitor.service.in b/cfg/node-health-monitor.service.in
+index a28ab39..9027b42 100644
+--- a/cfg/node-health-monitor.service.in
++++ b/cfg/node-health-monitor.service.in
+@@ -2,8 +2,8 @@
+
+ [Unit]
+ Description=node-health-monitor to observe system health
+-Requires=nodestatemanager-daemon.service dlt-daemon.service
+-After=nodestatemanager-daemon.service dlt-daemon.service
++Requires=nodestatemanager-daemon.service dlt.service
++After=nodestatemanager-daemon.service dlt.service
+
+ [Service]
+ Type=notify
+--
+1.9.1
+
diff --git a/meta-ivi/recipes-extended/node-health-monitor/node-health-monitor_1.3.5.bb b/meta-ivi/recipes-extended/node-health-monitor/node-health-monitor_1.3.5.bb
index e84ac97..3cfd172 100644
--- a/meta-ivi/recipes-extended/node-health-monitor/node-health-monitor_1.3.5.bb
+++ b/meta-ivi/recipes-extended/node-health-monitor/node-health-monitor_1.3.5.bb
@@ -6,6 +6,7 @@ PR = "r2"
SRC_URI = "git://git.projects.genivi.org/lifecycle/${PN}.git;tag=${PV} \
file://fix-no-libsystemd-daemon.patch \
+ file://0001-change-service-name.patch \
"
S = "${WORKDIR}/git"