| Alpana Kumari | b48e6ff | 2022-04-24 23:42:28 -0500 | [diff] [blame] | 1 | [Unit] | 
|  | 2 | Description=System VPD Collection | 
|  | 3 | Wants=mapper-wait@-xyz-openbmc_project-inventory.service | 
|  | 4 | After=mapper-wait@-xyz-openbmc_project-inventory.service | 
|  | 5 | Wants=obmc-power-reset-on@0.target | 
|  | 6 | After=obmc-power-reset-on@0.target | 
|  | 7 | Wants=mapper-wait@-xyz-openbmc_project-state-chassis0.service | 
|  | 8 | After=mapper-wait@-xyz-openbmc_project-state-chassis0.service | 
|  | 9 | After=set-spi-mux.service | 
|  | 10 | Before=phosphor-discover-system-state@0.service | 
|  | 11 |  | 
|  | 12 | [Service] | 
| Jinu Joy Thomas | 3fb0263 | 2023-06-06 12:10:37 +0530 | [diff] [blame] | 13 | ExecStart=/usr/bin/env ibm-read-vpd --file /sys/bus/i2c/drivers/at24/8-0050/eeprom --driver at24 | 
| Alpana Kumari | b48e6ff | 2022-04-24 23:42:28 -0500 | [diff] [blame] | 14 | SyslogIdentifier=ibm-vpd-parser | 
|  | 15 | Type=oneshot | 
|  | 16 | RemainAfterExit=yes | 
|  | 17 |  | 
|  | 18 | [Install] | 
|  | 19 | RequiredBy=multi-user.target |