mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
14 lines
227 B
Desktop File
14 lines
227 B
Desktop File
[Unit]
|
|
Description=DHCP Client Daemon
|
|
Wants=network.target
|
|
Before=network-online.target
|
|
Documentation=man:dhcpcd(8)
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/dhcpcd -b -q
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|