1[Unit]
2Description= IPZ format SPI VPD Parser service for FRU %I
3Wants=mapper-wait@-xyz-openbmc_project-inventory.service
4After=mapper-wait@-xyz-openbmc_project-inventory.service
5Requires=system-vpd.service
6After=system-vpd.service
7Before=phosphor-discover-system-state@0.service
8
9[Service]
10ExecStart=/usr/bin/env ibm-read-vpd --file %f --driver at25
11SyslogIdentifier=ibm-spi-vpd-parser
12
13[Install]
14WantedBy=multi-user.target
15