1[Unit]
2Description=Read OpenPOWER-format VPD from EEPROM
3ConditionFileNotEmpty={envfiledir}/obmc/inventory
4Wants=mapper-wait@-xyz-openbmc_project-inventory.service
5After=mapper-wait@-xyz-openbmc_project-inventory.service
6
7[Service]
8Restart=no
9Type=oneshot
10EnvironmentFile={envfiledir}/obmc/inventory
11ExecStart=/usr/bin/openpower-read-vpd --vpd $EEPROM --fru $FRUS --object $PATHS
12RemainAfterExit=yes
13