storage-device: fix fru-device well known name

This has been updated, fix it here too.

Change-Id: I667582fc2c276bd768ef793f90e3af1be7389503
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/src/storagecommands.cpp b/src/storagecommands.cpp
index 6a8da91..6dac791 100644
--- a/src/storagecommands.cpp
+++ b/src/storagecommands.cpp
@@ -41,7 +41,8 @@
     boost::container::flat_map<
         std::string, boost::container::flat_map<std::string, DbusVariant>>>;
 
-constexpr static const char* fruDeviceServiceName = "com.intel.FruDevice";
+constexpr static const char* fruDeviceServiceName =
+    "xyz.openbmc_project.FruDevice";
 constexpr static const size_t cacheTimeoutSeconds = 10;
 
 static std::vector<uint8_t> fruCache;