mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
14 lines
250 B
Desktop File
14 lines
250 B
Desktop File
[Unit]
|
|
Description=dhcpcd on %I
|
|
Wants=network.target
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/dhcpcd-%I.pid
|
|
ExecStart=/sbin/dhcpcd -A -q -w %I
|
|
ExecStop=/sbin/dhcpcd -k %I
|
|
|
|
[Install]
|
|
Alias=multi-user.target.wants/dhcpcd@eth0.service
|