mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
15 lines
227 B
SYSTEMD
15 lines
227 B
SYSTEMD
|
[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
|
||
|
|