mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 19:34:36 +08:00
14 lines
235 B
SYSTEMD
14 lines
235 B
SYSTEMD
|
[Unit]
|
||
|
Description=dhcpcd on all interfaces
|
||
|
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
|