New sync target to control host power off

Will be used to initiate a soft power off command to the host

Change-Id: Ia9c18bd63d611ecb7041f8798ac646c206f6eb4d
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/common/recipes-core/systemd/obmc-targets/obmc-stop-host@.target b/common/recipes-core/systemd/obmc-targets/obmc-stop-host@.target
new file mode 100644
index 0000000..8a5eba8
--- /dev/null
+++ b/common/recipes-core/systemd/obmc-targets/obmc-stop-host@.target
@@ -0,0 +1,4 @@
+[Unit]
+Description=Power%i Host Off
+Wants={SYSTEMD_DEFAULT_TARGET}
+RefuseManualStop=yes
\ No newline at end of file