Alpana Kumari | b48e6ff | 2022-04-24 23:42:28 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=IPZ format VPD Parser service for FRU %I |
| 3 | Wants=mapper-wait@-xyz-openbmc_project-inventory.service |
| 4 | After=mapper-wait@-xyz-openbmc_project-inventory.service |
| 5 | Requires=system-vpd.service |
| 6 | After=system-vpd.service |
| 7 | Before=phosphor-discover-system-state@0.service |
| 8 | |
| 9 | [Service] |
Jinu Joy Thomas | 3fb0263 | 2023-06-06 12:10:37 +0530 | [diff] [blame] | 10 | ExecStart=/usr/bin/env ibm-read-vpd --file %f --driver at24 |
Alpana Kumari | b48e6ff | 2022-04-24 23:42:28 -0500 | [diff] [blame] | 11 | SyslogIdentifier=ibm-vpd-parser |
| 12 | |
| 13 | [Install] |
| 14 | WantedBy=multi-user.target |