e04c5d3c34
Add systemd start-up configuration for dhcpcd that is executed after the network has been brought up. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
230 B
Desktop File
14 lines
230 B
Desktop File
[Unit]
|
|
Description=DHCP client
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-/etc/default/dhcpcd
|
|
PIDFile=/var/run/dhcpcd.pid
|
|
ExecStart=/sbin/dhcpcd $DAEMON_ARGS
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|