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