archrelease: copy trunk to extra-x86_64
[arch-packages.git] / dhcpcd / trunk / dhcpcd_.service
blob7d7f2a6da71c70d0ca64dff51e9deebd04495397
1 [Unit]
2 Description=dhcpcd 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