db-move: moved xdg-desktop-portal-gnome from [testing] to [extra] (x86_64)
[arch-packages.git] / dhcpcd / trunk / dhcpcd_.service
blob21fc0773810eae9a8e7721dd09e6bff429d02108
1 [Unit]
2 Description=DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on %I
3 Wants=network.target
4 Before=network.target
5 BindsTo=sys-subsystem-net-devices-%i.device
6 After=sys-subsystem-net-devices-%i.device
8 [Service]
9 Type=forking
10 PIDFile=/run/dhcpcd/%I.pid
11 ExecStart=/usr/bin/dhcpcd -q -w %I
12 ExecStop=/usr/bin/dhcpcd -x %I
14 [Install]
15 WantedBy=multi-user.target