Make systemd respond to "READY" notifications from the NSC (GT-2212)
authorJonathan Maw <jonathan.maw@codethink.co.uk>
Tue, 25 Sep 2012 12:09:19 +0000 (13:09 +0100)
committerJonathan Maw <jonathan.maw@codethink.co.uk>
Tue, 25 Sep 2012 13:30:58 +0000 (14:30 +0100)
The type of the systemd service is now "notify", because systemd ignores
the "READY=1" notification for all other service types.

NEWS
node-startup-controller/node-startup-controller.service.in
nsm-dummy/nsm-dummy.service.in

diff --git a/NEWS b/NEWS
index 93905be..d8a45c3 100644 (file)
--- 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
index d70b259..7f747a2 100644 (file)
@@ -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
index e454ba0..0097b98 100644 (file)
@@ -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