summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Botö <erik.boto@pelagicore.com>2014-12-08 08:53:27 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2015-01-05 09:54:06 +0000
commite313f80d12c4bdf77f5237c1aa6d9c9a2d68c7fd (patch)
tree095e3a536f440dce820ac3486fddada04700ce0e
parent55969b0cc28ff3c784dca7343466d75bc2b34228 (diff)
downloadnode-startup-controller-e313f80d12c4bdf77f5237c1aa6d9c9a2d68c7fd.tar.gz
Remove BusName from systemd service file.
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ö <erik.boto@pelagicore.com>
-rw-r--r--node-startup-controller/node-startup-controller.service.in1
1 files changed, 0 insertions, 1 deletions
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