1[Unit] 2Description=IPZ format 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 at24 11SyslogIdentifier=ibm-vpd-parser 12 13[Install] 14WantedBy=multi-user.target 15