Ramesh Iyyar | b20593f | 2020-09-16 10:43:37 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Reinit POWER CEC system device tree |
| 3 | Before=start_host@0.service |
| 4 | ConditionPathExists=!/run/openbmc/host@0-on |
| 5 | |
| 6 | [Service] |
| 7 | Type=oneshot |
| 8 | RemainAfterExit=no |
| 9 | ExecStart=/bin/rm -f /var/lib/phal/genesisboot |
Jayanth Othayoth | aea5d0f | 2021-07-30 01:58:22 -0500 | [diff] [blame] | 10 | ExecStart=/bin/rm -f /var/lib/phal/exportdevtree |
Jayanth Othayoth | 3200d93 | 2021-12-03 08:23:59 -0600 | [diff] [blame^] | 11 | ExecStart=/usr/bin/openpower-proc-control reinitDevtree |
Ramesh Iyyar | b20593f | 2020-09-16 10:43:37 -0500 | [diff] [blame] | 12 | |
| 13 | [Install] |
| 14 | RequiredBy=obmc-host-start@0.target |