Files
OpenBMC/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host/ampere-phosphor-softpoweroff
T

6 lines
122 B
Bash
Raw Normal View History

2026-04-23 17:07:55 +08:00
#!/bin/bash
# Usage of this utility
echo "Trigger soft off the host."
/usr/sbin/ampere_power_util.sh mb soft_off
exit $?;