blob: 823b01c00a7deb848f85eb185413948c880392fc [file] [log] [blame]
Ramesh Iyyarb20593f2020-09-16 10:43:37 -05001[Unit]
2Description=Reinit POWER CEC system device tree
3Before=start_host@0.service
4ConditionPathExists=!/run/openbmc/host@0-on
5
6[Service]
7Type=oneshot
8RemainAfterExit=no
9ExecStart=/bin/rm -f /var/lib/phal/genesisboot
Jayanth Othayothaea5d0f2021-07-30 01:58:22 -050010ExecStart=/bin/rm -f /var/lib/phal/exportdevtree
Ramesh Iyyarb20593f2020-09-16 10:43:37 -050011
12[Install]
13RequiredBy=obmc-host-start@0.target