remove entity-manager service dependency to the FRU service

Change-Id: I09667a6bbab75a4cf27cb3c2b0c28225821dd59b
Signed-off-by: Radivoje Jovanovic <radivoje.jovanovic@intel.com>
diff --git a/service_files/xyz.openbmc_project.EntityManager.service b/service_files/xyz.openbmc_project.EntityManager.service
index aca242a..db14571 100644
--- a/service_files/xyz.openbmc_project.EntityManager.service
+++ b/service_files/xyz.openbmc_project.EntityManager.service
@@ -1,7 +1,6 @@
 [Unit]
 Description=Entity Manager
-Wants=mapper-wait@-xyz-openbmc_project-FruDevice.service
-After=mapper-wait@-xyz-openbmc_project-FruDevice.service
+After=dbus.service
 ConditionFileNotEmpty={bindir}/entity-manager
 
 [Service]