xref: /openbmc/phosphor-misc/firstboot/first-boot-set-mac@.service (revision 5a3ac185501dcc8b51af75037f2acd85165ca2c2)
1*5a3ac185SBrad Bishop[Unit]
2*5a3ac185SBrad BishopDescription=Init BMC MAC address for NIC %I
3*5a3ac185SBrad BishopConditionPathExists=!/var/lib/first-boot-set-mac/%i
4*5a3ac185SBrad BishopWants=mapper-wait@-xyz-openbmc_project-inventory.service
5*5a3ac185SBrad BishopAfter=mapper-wait@-xyz-openbmc_project-inventory.service
6*5a3ac185SBrad BishopWants=mapper-wait@-xyz-openbmc_project-network-%i.service
7*5a3ac185SBrad BishopAfter=mapper-wait@-xyz-openbmc_project-network-%i.service
8*5a3ac185SBrad BishopWants=op-vpd-parser.service
9*5a3ac185SBrad BishopAfter=op-vpd-parser.service
10*5a3ac185SBrad Bishop
11*5a3ac185SBrad Bishop[Service]
12*5a3ac185SBrad BishopExecStart=/usr/bin/first-boot-set-mac.sh %i
13*5a3ac185SBrad BishopType=oneshot
14*5a3ac185SBrad BishopRemainAfterExit=Yes
15*5a3ac185SBrad Bishop
16*5a3ac185SBrad Bishop[Install]
17*5a3ac185SBrad BishopWantedBy=multi-user.target
18