Deepa Karthikeyan | a96df3e | 2024-04-16 11:22:29 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=Recover Host%i PHAL devtree and lid files | ||||
3 | After=obmc-host-reset-running@%i.target | ||||
4 | Before=phal-import-devtree@0.service | ||||
5 | After=openpower-update-bios-attr-table.service | ||||
6 | |||||
7 | [Service] | ||||
8 | RemainAfterExit=yes | ||||
9 | Type=oneshot | ||||
10 | ExecStart=/usr/bin/recover_pnor_files | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target |