mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
10 lines
216 B
Desktop File
10 lines
216 B
Desktop File
[Unit]
|
|
Description=Micro DHCP client on %I
|
|
Wants=network.target
|
|
Before=network.target
|
|
|
|
[Service]
|
|
ExecStart=/sbin/udhcpc -p /var/run/udhcpc-%I.pid -F -n %I
|
|
|
|
[Install]
|
|
Alias=multi-user.target.wants/dhcpcd@eth0.service
|