meta-openpower: host: move all services to multi-user.target

Hard-code multi-user.target instead of obmc-standby.target.

(From meta-openpower rev: e2b29cdb07335dd7f874fa37771ed415b0dae6e1)

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I64d736552808d55c0bf35c0cf12a83b71ca74c6a
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service b/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service
index fffe13c..dc8d873 100644
--- a/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service
+++ b/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service
@@ -6,4 +6,4 @@
 ExecStart=/usr/sbin/pnorboot --size 32
 
 [Install]
-WantedBy=obmc-standby.target
+WantedBy=multi-user.target
diff --git a/meta-openpower/recipes-phosphor/host/hostboot-settings/hostboot-settings.service b/meta-openpower/recipes-phosphor/host/hostboot-settings/hostboot-settings.service
index 60e3ee9..fbd4c06 100644
--- a/meta-openpower/recipes-phosphor/host/hostboot-settings/hostboot-settings.service
+++ b/meta-openpower/recipes-phosphor/host/hostboot-settings/hostboot-settings.service
@@ -6,4 +6,4 @@
 ExecStart=/usr/bin/hb_settings --uart vuart
 
 [Install]
-WantedBy=obmc-standby.target
+WantedBy=multi-user.target