mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 11:14:35 +08:00
14 lines
233 B
Desktop File
14 lines
233 B
Desktop File
[Unit]
|
|
Description=dhcpcd on all interfaces
|
|
Wants=network.target
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/dhcpcd.pid
|
|
ExecStart=/usr/bin/dhcpcd -q -b
|
|
ExecStop=/usr/bin/dhcpcd -x
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|