| Isaac Kurth | 514a094 | 2021-10-19 21:17:44 +0000 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Perform a bios reset if the GPIO changed | ||||
| 3 | Before=pldmd.service | ||||
| 4 | After=org.open_power.Software.Host.Updater.service | ||||
| 5 | |||||
| 6 | [Service] | ||||
| 7 | Type=oneshot | ||||
| 8 | RemainAfterExit=yes | ||||
| 9 | ExecStart=/usr/bin/obmc-flash-bios bios-reset-if-needed | ||||
| 10 | |||||
| 11 | [Install] | ||||
| 12 | WantedBy=multi-user.target | ||||