wspoon: Orderly shutdown on fans missing/failed

Program management design change requires an orderly shutdown occur when
not enough fans are found functional or present.

Change-Id: Icbadcf6e4fd962f0b092a6686aaa88751e57fb53
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml
index 449a77d..557018d 100644
--- a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml
+++ b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml
@@ -212,7 +212,7 @@
   interface: org.freedesktop.systemd1.Manager
   method: StartUnit
   args:
-    - value: obmc-chassis-hard-poweroff@0.target
+    - value: obmc-host-shutdown@0.target
       type: string
     - value: replace
       type: string
diff --git a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml
index 92d7325..99e31ce 100644
--- a/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml
+++ b/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml
@@ -210,7 +210,7 @@
   interface: org.freedesktop.systemd1.Manager
   method: StartUnit
   args:
-    - value: obmc-chassis-hard-poweroff@0.target
+    - value: obmc-host-shutdown@0.target
       type: string
     - value: replace
       type: string