Add well-known name

For looking up the service a well-known name is very
useful. Also dbus-broker default permissions require
a well-known name to do matches.

Tested-by: Found well-known name on dbus.

Change-Id: Ieb85e808a1315204096c24a8d48a0e4a52fce764
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/ipmid.cpp b/ipmid.cpp
index 10b41d4..2729cbb 100644
--- a/ipmid.cpp
+++ b/ipmid.cpp
@@ -647,6 +647,8 @@
     // Now create the Host Bound Command manager. Need sdbusplus
     // to use the generated bindings
     sdbusp = std::make_unique<sdbusplus::bus::bus>(bus);
+    sdbusp->request_name("xyz.openbmc_project.Ipmi.Host");
+
     cmdManager =
         std::make_unique<phosphor::host::command::Manager>(*sdbusp, events);