summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-host-s0-set-failsafe.service
blob: 263cafaa255554cf864eb363fe838cec7ea8c19f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Increase GBS fan failsafe speed on host kernel entrance
PartOf=host-s0-state.target
Requires=phosphor-pid-control.service
After=phosphor-pid-control.service
Wants=mapper-wait@-xyz-openbmc_project-settings-fanctrl.service
After=mapper-wait@-xyz-openbmc_project-settings-fanctrl.service

[Service]
Type=oneshot
# 230: 90% duty cycle
ExecStart=/usr/bin/gbs-set-failsafe.sh 230

[Install]
WantedBy=host-s0-state.target