repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
dhcpcd
/
trunk
/
dhcpcd.service
blob
6c8f0c080e3315e9f7b4e82d54b61f44cb87092b
1
[Unit]
2
Description=dhcpcd on all interfaces
3
Wants=network.target
4
Before=network.target
5
6
[Service]
7
Type=forking
8
PIDFile=/run/dhcpcd/pid
9
ExecStart=/usr/bin/dhcpcd -q -b
10
ExecStop=/usr/bin/dhcpcd -x
11
12
[Install]
13
WantedBy=multi-user.target