| Deepak Kodihalli | 4c3d73b | 2017-02-05 10:39:06 -0600 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Read OpenPOWER-format VPD from EEPROM | ||||
| 3 | ConditionFileNotEmpty={envfiledir}/obmc/inventory | ||||
| 4 | Wants=mapper-wait@-xyz-openbmc_project-Inventory-Manager.service | ||||
| 5 | After=mapper-wait@-xyz-openbmc_project-Inventory-Manager.service | ||||
| 6 | |||||
| 7 | [Service] | ||||
| 8 | Restart=no | ||||
| 9 | Type=oneshot | ||||
| 10 | EnvironmentFile={envfiledir}/obmc/inventory | ||||
| 11 | ExecStart={sbindir}/openpower-read-vpd --vpd=$EEPROM --fru=$FRUS --object=$PATHS | ||||