mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
16 lines
316 B
Desktop File
16 lines
316 B
Desktop File
[Unit]
|
|
Description=dhcpcd on %I
|
|
Wants=network.target
|
|
Before=network.target
|
|
BindsTo=sys-subsystem-net-devices-%i.device
|
|
After=sys-subsystem-net-devices-%i.device
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/dhcpcd-%I.pid
|
|
ExecStart=/usr/bin/dhcpcd -q -w %I
|
|
ExecStop=/usr/bin/dhcpcd -x %I
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|