update service file deps in accordance 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 this service file
to reflect this.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I8fdefbeb3d5100bc42eb365c59ad80d6b2119c26
diff --git a/service_files/phosphor-chassis-check-power-status@.service b/service_files/phosphor-chassis-check-power-status@.service
index 2c7812d..a84b705 100644
--- a/service_files/phosphor-chassis-check-power-status@.service
+++ b/service_files/phosphor-chassis-check-power-status@.service
@@ -4,7 +4,7 @@
 Before=obmc-power-start-pre@%i.target
 Wants=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
 After=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
-After=op-reset-chassis-on@%i.service
+After=phosphor-reset-chassis-on@%i.service
 Conflicts=obmc-chassis-poweroff@%i.target
 ConditionPathExists=!/run/openbmc/chassis@%i-on
 
diff --git a/service_files/phosphor-discover-system-state@.service b/service_files/phosphor-discover-system-state@.service
index 04abc86..2523e5c 100644
--- a/service_files/phosphor-discover-system-state@.service
+++ b/service_files/phosphor-discover-system-state@.service
@@ -8,7 +8,7 @@
 After=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
 Wants=mapper-wait@-xyz-openbmc_project-state-bmc0.service
 After=mapper-wait@-xyz-openbmc_project-state-bmc0.service
-After=op-reset-chassis-on@%i.service
+After=phosphor-reset-chassis-on@%i.service
 Wants=xyz.openbmc_project.Settings.service
 After=xyz.openbmc_project.Settings.service
 ConditionPathExists=!/run/openbmc/chassis@%i-on