Brad Bishop | 5a3ac18 | 2020-01-07 09:03:18 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Init BMC MAC address for NIC %I |
| 3 | ConditionPathExists=!/var/lib/first-boot-set-mac/%i |
| 4 | Wants=mapper-wait@-xyz-openbmc_project-inventory.service |
| 5 | After=mapper-wait@-xyz-openbmc_project-inventory.service |
| 6 | Wants=mapper-wait@-xyz-openbmc_project-network-%i.service |
| 7 | After=mapper-wait@-xyz-openbmc_project-network-%i.service |
| 8 | Wants=op-vpd-parser.service |
| 9 | After=op-vpd-parser.service |
| 10 | |
| 11 | [Service] |
| 12 | ExecStart=/usr/bin/first-boot-set-mac.sh %i |
| 13 | Type=oneshot |
| 14 | RemainAfterExit=Yes |
| 15 | |
| 16 | [Install] |
| 17 | WantedBy=multi-user.target |