commit | 4a631e4fa35615f9edcd626960797e589a67fd5f | [log] [tgz] |
---|---|---|
author | Andrew Geissler <andrewg@us.ibm.com> | Mon Jan 23 13:43:49 2017 -0600 |
committer | Andrew Geissler <andrewg@us.ibm.com> | Wed Jan 25 10:15:36 2017 -0600 |
tree | 1af915aa8605c4c9aa0d62e184f6a753beda8dca | |
parent | 2a0cb54f5d215c25e608458bc030b5a75ab509ae [diff] |
Put Conflicts in correct location for op-stop-host Resolves openbmc/openbmc#1002 Change-Id: Iab57b81f3e65572d09aa126ef4be37460ff9d984 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/op-stop-host@.service b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/op-stop-host@.service index 83c16bb..64ec0fb 100644 --- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/op-stop-host@.service +++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/op-stop-host@.service
@@ -1,12 +1,12 @@ [Unit] Description=Soft power off of the host +Conflicts=obmc-chassis-start@%i.target [Service] Restart=no Type=oneshot RemainAfterExit=yes ExecStart={sbindir}/mapper call /org/openbmc/HostServices org.openbmc.HostServices SoftPowerOff -Conflicts=obmc-chassis-start@%i.target [Install] WantedBy=obmc-stop-host@%i.target