George Hung | b5eef51 | 2021-03-10 16:04:46 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Increase GBS fan failsafe speed on host kernel entrance |
| 3 | PartOf=host-s0-state.target |
| 4 | Requires=phosphor-pid-control.service |
| 5 | After=phosphor-pid-control.service |
| 6 | Wants=mapper-wait@-xyz-openbmc_project-settings-fanctrl.service |
| 7 | After=mapper-wait@-xyz-openbmc_project-settings-fanctrl.service |
| 8 | |
| 9 | [Service] |
| 10 | Type=oneshot |
George Hung | 53a19ec | 2021-05-18 12:21:16 +0800 | [diff] [blame] | 11 | # 255: 100% duty cycle |
| 12 | ExecStart=/usr/bin/gbs-set-failsafe.sh 255 |
George Hung | b5eef51 | 2021-03-10 16:04:46 +0800 | [diff] [blame] | 13 | |
| 14 | [Install] |
| 15 | WantedBy=host-s0-state.target |