You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
441 B
16 lines
441 B
[Unit]
|
|
Description=DHCP Client
|
|
Documentation=man:dhclient(8)
|
|
Wants=network.target
|
|
After=network-pre.target systemd-sysctl.service systemd-modules-load.service
|
|
Before=network.target shutdown.target network-online.target
|
|
ConditionPathExists=!/run/initramfs/net.up.flag
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=-/bin/sh -c 'udevadm settle && dhclient -nw'
|
|
PIDFile=/run/dhclient.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
WantedBy=network-online.target
|
|
|