Alpana Kumari | b48e6ff | 2022-04-24 23:42:28 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=IPZ format VPD Parser service for FRU %I | ||||
3 | Wants=mapper-wait@-xyz-openbmc_project-inventory.service | ||||
4 | After=mapper-wait@-xyz-openbmc_project-inventory.service | ||||
5 | Requires=system-vpd.service | ||||
6 | After=system-vpd.service | ||||
7 | Before=phosphor-discover-system-state@0.service | ||||
8 | |||||
9 | [Service] | ||||
10 | ExecStart=/usr/bin/env ibm-read-vpd --file %f/nvmem | ||||
11 | SyslogIdentifier=ibm-vpd-parser | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=multi-user.target |