service: Remove waiting on host

Not all of our machines have hosts, and this daemon shouldn't need to
wait for a service that it doesn't directly depend on.

Change-Id: I703282c30555b9f04d96bc0a3b37c2ef901fc2df
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/xyz.openbmc_project.Time.Manager.service b/xyz.openbmc_project.Time.Manager.service
index 8089316..fd12198 100644
--- a/xyz.openbmc_project.Time.Manager.service
+++ b/xyz.openbmc_project.Time.Manager.service
@@ -2,8 +2,6 @@
 Description=Phosphor Time Manager daemon
 Wants=mapper-wait@-xyz-openbmc_project-time-sync_method.service
 After=mapper-wait@-xyz-openbmc_project-time-sync_method.service
-Wants=mapper-wait@-xyz-openbmc_project-state-host0.service
-After=mapper-wait@-xyz-openbmc_project-state-host0.service
 
 [Service]
 Restart=always