xref: /openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-ensure-off.service (revision 48ea66bf4889bc86f19c9da78c342d2f18dbbabc)
1*48ea66bfSTom Tung[Unit]
2*48ea66bfSTom TungDescription=Ensure host is off on clean AC cycle
3*48ea66bfSTom TungBefore=host-poweron.service
4*48ea66bfSTom TungBefore=firmware-updates-pre.target
5*48ea66bfSTom Tung
6*48ea66bfSTom Tung[Service]
7*48ea66bfSTom TungType=oneshot
8*48ea66bfSTom TungExecStart=/usr/bin/host_ensure_off.sh
9*48ea66bfSTom Tung
10*48ea66bfSTom Tung[Install]
11*48ea66bfSTom TungWantedBy=multi-user.target
12