From e4577f6245a58771807b75652ab20a3b279a04b9 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Sun, 5 Mar 2017 20:36:50 -0600 Subject: Targets and services to check for pgood on bmc reset Once enabled these targets and services will be run after a BMC reboot to check if pgood is on and if so, to create a file which will be used by other power on services to know whether they need to run or not. Change-Id: Id2e75f9bce20f362d2f57a79e91ece1eaf7d7c45 Signed-off-by: Andrew Geissler --- .../recipes-core/systemd/obmc-targets/obmc-chassis-reset@.target | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-phosphor/common/recipes-core/systemd/obmc-targets/obmc-chassis-reset@.target (limited to 'meta-phosphor/common/recipes-core/systemd/obmc-targets/obmc-chassis-reset@.target') diff --git a/meta-phosphor/common/recipes-core/systemd/obmc-targets/obmc-chassis-reset@.target b/meta-phosphor/common/recipes-core/systemd/obmc-targets/obmc-chassis-reset@.target new file mode 100644 index 000000000..1741d4194 --- /dev/null +++ b/meta-phosphor/common/recipes-core/systemd/obmc-targets/obmc-chassis-reset@.target @@ -0,0 +1,4 @@ +[Unit] +Description=Chassis%i (Reset Check) +Conflicts=obmc-power-chassis-off%i.target +RefuseManualStop=yes -- cgit v1.2.1