summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-01-27 01:11:20 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-01-27 18:54:52 +0300
commitc8440ccf8508bb6101a34544e41dc203ef07e475 (patch)
tree30d91e465bb555f4f84d581a556070dde3158f83 /meta-fii/meta-kudo
parented654177415882606737976560950f041165e7aa (diff)
downloadopenbmc-c8440ccf8508bb6101a34544e41dc203ef07e475.tar.xz
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
Diffstat (limited to 'meta-fii/meta-kudo')
-rw-r--r--meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-poweroff.service4
-rw-r--r--meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-shutdown-ack.service4
2 files changed, 4 insertions, 4 deletions
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 30407471fe..581b73c0eb 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 eb3eb4ca81..5a20aff857 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]