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