13 lines
241 B
Desktop File
13 lines
241 B
Desktop File
[Unit]
|
|
Description=Lightweight DHCP client daemon
|
|
Wants=network.target
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/dhcpcd.pid
|
|
ExecStart=/usr/sbin/dhcpcd -q -b
|
|
ExecStop=/usr/sbin/dhcpcd -x
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|