14 lines
221 B
Desktop File
14 lines
221 B
Desktop File
[Unit]
|
|
Description=DHCP Client
|
|
Documentation=man:dhclient(8)
|
|
Wants=network.target
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/dhclient.pid
|
|
ExecStart=/sbin/dhclient
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|