Revert "run soft off in quiesce"

This reverts commit 284d56bb877be545f59cf10883d28a37f306fc5b.

Testing has uncovered some corner cases where the host is in a good
enough state to respond to the initial shutdown request, but not in a
good enough state to actually shut itself down. This results in the
quiesce operation hitting the 2 hour timeout that is used in this
scenario. 2 hours to reach a quiesce state is not acceptable. This is
going to take some more design and discussion.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I45a39879da6e7af8c573a1d1d2577f98579df6ee
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index e6ac942..1c07ad5 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -32,11 +32,6 @@
     TARGET="../pldmSoftPowerOff.service"
     ln -s $TARGET $LINK
 
-    mkdir -p $D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants
-    LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/pldmSoftPowerOff.service"
-    TARGET="../pldmSoftPowerOff.service"
-    ln -s $TARGET $LINK
-
     mkdir -p $D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires
     LINK="$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/pldmSoftPowerOff.service"
     TARGET="../pldmSoftPowerOff.service"
@@ -48,9 +43,6 @@
     LINK="$D$systemd_system_unitdir/obmc-host-shutdown@0.target.requires/pldmSoftPowerOff.service"
     rm $LINK
 
-    LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/pldmSoftPowerOff.service"
-    rm $LINK
-
     LINK="$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/pldmSoftPowerOff.service"
     rm $LINK
 }