| Adriana Kobylak | a8eb781 | 2019-04-23 14:48:58 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Removes the guard that blocks BMC reboot | ||||
| Andrew Geissler | 8d16554 | 2022-09-07 11:05:26 -0400 | [diff] [blame] | 3 | After=reboot-guard-enable.service |
| Adriana Kobylak | a8eb781 | 2019-04-23 14:48:58 -0500 | [diff] [blame] | 4 | |
| 5 | [Service] | ||||
| 6 | Type=oneshot | ||||
| 7 | RemainAfterExit=no | ||||
| 8 | ExecStart=/usr/bin/obmc-flash-bmc rebootguarddisable | ||||