From 48350c74e890fe4f66733369474ae9a698b4978d Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Tue, 25 Sep 2012 13:09:19 +0100 Subject: Make systemd respond to "READY" notifications from the NSC (GT-2212) The type of the systemd service is now "notify", because systemd ignores the "READY=1" notification for all other service types. --- NEWS | 4 ++++ node-startup-controller/node-startup-controller.service.in | 2 +- nsm-dummy/nsm-dummy.service.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 93905be..d8a45c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +x.y.z +===== +* Make systemd respond to "READY" notifications from the NSC (GT-2212) + 1.0.0 ===== * Final release for GENIVI Excalibur diff --git a/node-startup-controller/node-startup-controller.service.in b/node-startup-controller/node-startup-controller.service.in index d70b259..7f747a2 100644 --- a/node-startup-controller/node-startup-controller.service.in +++ b/node-startup-controller/node-startup-controller.service.in @@ -1,5 +1,5 @@ [Service] -Type = dbus +Type = notify BusName = org.genivi.NodeStartupController1 ExecStart = @libdir@/node-startup-controller-@NODE_STARTUP_CONTROLLER_VERSION_API@/node-startup-controller WatchdogSec = 5 diff --git a/nsm-dummy/nsm-dummy.service.in b/nsm-dummy/nsm-dummy.service.in index e454ba0..0097b98 100644 --- a/nsm-dummy/nsm-dummy.service.in +++ b/nsm-dummy/nsm-dummy.service.in @@ -1,5 +1,5 @@ [Service] -Type = dbus +Type = notify BusName = org.genivi.NodeStateManager ExecStart = @libdir@/node-startup-controller-@NODE_STARTUP_CONTROLLER_VERSION_API@/nsm-dummy WatchdogSec = 5 -- cgit v1.2.1