blob: 823869109676b120e8fa2720939f25590150157d [file] [log] [blame]
Deepak Kodihalli75c32cc2017-02-05 10:39:06 -06001[Unit]
2Description=Read OpenPOWER-format VPD from EEPROM
3ConditionFileNotEmpty={envfiledir}/obmc/inventory
Patrick Williamsab241062017-03-14 22:40:38 -05004Wants=mapper-wait@-xyz-openbmc_project-inventory.service
5After=mapper-wait@-xyz-openbmc_project-inventory.service
Deepak Kodihalli75c32cc2017-02-05 10:39:06 -06006
7[Service]
8Restart=no
9Type=oneshot
10EnvironmentFile={envfiledir}/obmc/inventory
Michael Tritz0ad3b1d2017-08-15 14:07:23 -050011ExecStart=/usr/bin/env openpower-read-vpd --vpd $EEPROM --fru $FRUS --object $PATHS
12SyslogIdentifier=openpower-read-vpd
Andrew Geissler1fed8fa2019-01-23 14:49:45 -060013RemainAfterExit=yes