blob: 2c0f3bcccde48137bf8e3dc0a70f53deae132b81 [file] [log] [blame]
George Hungb5eef512021-03-10 16:04:46 +08001[Unit]
2Description=Decrease GBS fan failsafe speed on host shutdown
3PartOf=host-s5-state.target
4Requires=phosphor-pid-control.service
5After=phosphor-pid-control.service
6Wants=mapper-wait@-xyz-openbmc_project-settings-fanctrl.service
7After=mapper-wait@-xyz-openbmc_project-settings-fanctrl.service
8
9[Service]
10Type=oneshot
11# 102: 40% duty cycle
12ExecStart=/usr/bin/gbs-set-failsafe.sh 102
13
14[Install]
15WantedBy=host-s5-state.target