| [Unit] | |
| Description=gBMC DHCP Client | |
| After=network.target dhcp-done.service | |
| Wants=dhcp-done.service | |
| StartLimitIntervalSec=10 | |
| StartLimitBurst=3 | |
| [Service] | |
| EnvironmentFile=/etc/os-release | |
| Restart=on-failure | |
| RestartSec=5 | |
| ExecStart=/usr/bin/udhcpc6 -f -q -O fqdn -O bootfile_url -O bootfile_param -i %I -s /usr/libexec/gbmc-br-dhcp.sh -x search:${VERSION_ID} | |
| [Install] | |
| WantedBy=multi-user.target |