From 579c8e04245bf2022f7c653f991077072b4c9e9c Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 7 Mar 2017 13:47:23 -0600 Subject: Automatically check for chassis power on BMC reboot Run the obmc-chassis-reset@.target: - Check if pgood is on - If it is, create the file in /run/openbmc/chassis@%i-on and - Run the systemctl command to start the chassis power on target Resolves openbmc/openbmc#1094 Change-Id: I93f94fc1b75e35fd353387d0bed5569e07615171 Signed-off-by: Andrew Geissler --- .../recipes-core/systemd/obmc-targets/obmc-chassis-reset@.target | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-phosphor/common/recipes-core') 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 index 1741d4194..ce9e3b015 100644 --- 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 @@ -2,3 +2,6 @@ Description=Chassis%i (Reset Check) Conflicts=obmc-power-chassis-off%i.target RefuseManualStop=yes + +[Install] +WantedBy={SYSTEMD_DEFAULT_TARGET} -- cgit v1.2.3