meta-fii: update service files with recent refactoring

As noted in the following mailing list thread:
https://lists.ozlabs.org/pipermail/openbmc/2022-November/032457.html

and implemented via this series of commits:
https://gerrit.openbmc.org/q/topic:op-power-control-ref

Some systemd services had their names changed. Update the service files
in this repo to reflect this.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I3667e6aed0d6c7ac01b0f2d1c7dee7e645df8235
diff --git a/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-poweroff.service b/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-poweroff.service
index 3040747..581b73c 100644
--- a/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-poweroff.service
+++ b/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-poweroff.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=Ampere Computing LLC Power OFF Chassis
-Requires=op-wait-power-off@%i.service
-Before=op-wait-power-off@%i.service
+Requires=phosphor-wait-power-off@%i.service
+Before=phosphor-wait-power-off@%i.service
 Conflicts=obmc-chassis-poweron@0.target
 
 [Service]
diff --git a/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-shutdown-ack.service b/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-shutdown-ack.service
index eb3eb4c..5a20aff 100644
--- a/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-shutdown-ack.service
+++ b/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-shutdown-ack.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=Ampere Computing LLC host shutdown ACK
-Requires=op-wait-power-off@%i.service
-Before=op-wait-power-off@%i.service
+Requires=phosphor-wait-power-off@%i.service
+Before=phosphor-wait-power-off@%i.service
 Conflicts=obmc-chassis-poweron@0.target
 
 [Service]