William A. Kennington III | 7d6fa42 | 2021-02-08 17:04:02 -0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=DHCPv6 Updater |
| 3 | Wants=mapper-wait@-xyz-openbmc_project-network-%i.service |
| 4 | After=mapper-wait@-xyz-openbmc_project-network-%i.service |
| 5 | Requisite=nic-hostless@%i.target |
| 6 | After=nic-hostless@%i.target |
| 7 | BindsTo=nic-hostless@%i.target |
| 8 | ConditionPathExists=!/run/dhcp6.done |
| 9 | |
| 10 | [Service] |
| 11 | KillMode=mixed |
| 12 | Restart=on-failure |
| 13 | ExecStart=@/usr/bin/env udhcpc6 -f -q -O bootfile_url -O bootfile_param -i %I -s @SCRIPT@ |
| 14 | SyslogIdentifier=dhcp6@%I |