Jayanth Othayoth | a089bd2 | 2021-07-30 01:32:31 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Import Host%i PHAL devtree attributes |
| 3 | After=obmc-host-reset-running@%i.target |
| 4 | Before=attn_handler.service |
Adriana Kobylak | bbb5339 | 2022-02-14 21:15:48 +0000 | [diff] [blame] | 5 | After=openpower-update-bios-attr-table.service |
Jayanth Othayoth | a089bd2 | 2021-07-30 01:32:31 -0500 | [diff] [blame] | 6 | ConditionPathExists=/run/openbmc/chassis@%i-on |
| 7 | ConditionPathExists=/run/openbmc/host@%i-on |
| 8 | |
| 9 | [Service] |
| 10 | RemainAfterExit=yes |
| 11 | Type=oneshot |
| 12 | ExecStart=/usr/bin/openpower-proc-control importDevtree |
| 13 | |
| 14 | [Install] |
| 15 | WantedBy=multi-user.target |