New dhcp client package for Factory OBS-URL: https://build.opensuse.org/request/show/1184336 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcpcd?expand=0&rev=1
16 lines
318 B
Desktop File
16 lines
318 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/sbin/dhcpcd -q -w %I
|
|
ExecStop=/usr/sbin/dhcpcd -x %I
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|