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] |
| 13 | ExecStart=/usr/bin/env ibm-read-vpd --file /sys/bus/i2c/drivers/at24/8-0050/eeprom |
| 14 | SyslogIdentifier=ibm-vpd-parser |
| 15 | Type=oneshot |
| 16 | RemainAfterExit=yes |
| 17 | |
| 18 | [Install] |
| 19 | RequiredBy=multi-user.target |