Files
OpenBMC/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host/ampere-phosphor-softpoweroff
T
2026-04-23 17:07:55 +08:00

6 lines
122 B
Bash

#!/bin/bash
# Usage of this utility
echo "Trigger soft off the host."
/usr/sbin/ampere_power_util.sh mb soft_off
exit $?;