From e313f80d12c4bdf77f5237c1aa6d9c9a2d68c7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bot=C3=B6?= Date: Mon, 8 Dec 2014 08:53:27 +0100 Subject: Remove BusName from systemd service file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the use of BusName from service file since this is only valid for Type=dbus and generates a warning on each boot. Signed-off-by: Erik Botö --- node-startup-controller/node-startup-controller.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/node-startup-controller/node-startup-controller.service.in b/node-startup-controller/node-startup-controller.service.in index 7f747a2..e8d30ba 100644 --- a/node-startup-controller/node-startup-controller.service.in +++ b/node-startup-controller/node-startup-controller.service.in @@ -1,5 +1,4 @@ [Service] Type = notify -BusName = org.genivi.NodeStartupController1 ExecStart = @libdir@/node-startup-controller-@NODE_STARTUP_CONTROLLER_VERSION_API@/node-startup-controller WatchdogSec = 5 -- cgit v1.2.1