xref: /openbmc/google-ipmi-sys/gbmc-enqueue-powercycle.sh (revision 40b2a0cc10cf188cb904282c2d4004e146a021b7)
1#!/bin/sh
2
3echo "${1}" > "/run/psu_timedelay"
4systemctl start gbmc-psu-hardreset.target --no-block
5