summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-ensure-off.service
blob: 96c6d20df3a867ef79f991a3e8dd4dc5c8e3c1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Ensure host is off on clean AC cycle
Before=host-poweron.service
Before=firmware-updates-pre.target

[Service]
Type=oneshot
ExecStart=/usr/bin/host_ensure_off.sh

[Install]
WantedBy=multi-user.target