Alexander Filippov | 126f667 | 2018-11-28 11:32:04 +0300 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Init BMC MAC address for NIC %I |
| 3 | Wants=mapper-wait@-xyz-openbmc_project-inventory.service |
| 4 | After=mapper-wait@-xyz-openbmc_project-inventory.service |
| 5 | Wants=mapper-wait@-xyz-openbmc_project-network-%i.service |
| 6 | After=mapper-wait@-xyz-openbmc_project-network-%i.service |
Alexander Filippov | d9d1041 | 2019-06-10 19:03:02 +0300 | [diff] [blame^] | 7 | Wants=op-vpd-parser.service |
| 8 | After=op-vpd-parser.service |
Alexander Filippov | 126f667 | 2018-11-28 11:32:04 +0300 | [diff] [blame] | 9 | |
| 10 | [Service] |
| 11 | ExecStart=/usr/bin/first-boot-set-mac.sh %i |
| 12 | Type=oneshot |
| 13 | RemainAfterExit=Yes |
| 14 | |
| 15 | [Install] |
| 16 | WantedBy=multi-user.target |