ccd00b10b2
As noted in the bug, there may be circumstances where a longer timeout than the current default is needed. This patch allows users to tune this timeout for their environment if need be. Change-Id: I173f3dad684894fbc3c27dece5ae15b5f63bae5a Closes-Bug: 1654027
22 lines
570 B
Desktop File
22 lines
570 B
Desktop File
[Unit]
|
|
Description=DHCP interface %I
|
|
# We want to run after network.target so it doesn't try to bring
|
|
# up the interfaces a second time, but network-online should not
|
|
# be reached until after we've brought up the interfaces.
|
|
After=network.target
|
|
Before=network-online.target
|
|
Wants=network-online.target
|
|
|
|
ConditionPathExists=!/etc/sysconfig/network-scripts/ifcfg-%I
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStartPre=/usr/local/sbin/dhcp-all-interfaces.sh %I
|
|
ExecStart=/sbin/ifup %I
|
|
RemainAfterExit=true
|
|
TimeoutStartSec=DIB_DHCP_TIMEOUT
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|