Ramesh Iyyar | 482a887 | 2022-02-24 01:42:52 -0600 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=PHAL, Create boottime guard indicator |
Ramesh Iyyar | 482a887 | 2022-02-24 01:42:52 -0600 | [diff] [blame] | 3 | Before=start_host@0.service |
| 4 | |
| 5 | [Service] |
| 6 | Type=oneshot |
| 7 | RemainAfterExit=no |
| 8 | ExecStart=/bin/mkdir -p /tmp/phal |
| 9 | # PHAL will take some guard actions based on the below indicator |
| 10 | # and remove it. |
| 11 | ExecStart=/bin/touch /tmp/phal/boottime_guard_indicator |
| 12 | |
| 13 | [Install] |
Andrew Geissler | 933bee7 | 2023-05-09 11:10:38 -0500 | [diff] [blame] | 14 | #WantedBy=obmc-host-start@0.target |
| 15 | #WantedBy=obmc-host-quiesce@0.target |