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 |
Ramesh Iyyar | b20593f | 2020-09-16 10:43:37 -0500 | [diff] [blame] | 11 | |
12 | [Install] | ||||
13 | RequiredBy=obmc-host-start@0.target |