1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-11-14 00:47:10 +01:00
init-scripts/services/dhcpcd.in
David Oberhollenzer 98d5ba81be dhcpcd: wait for master socket
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-03-24 18:14:07 +01:00

10 lines
182 B
Text

description "DHCP client on %0"
type once
target boot
after dhcpcdmaster network
tty /dev/null
exec {
"@SCRIPTDIR@/waitfile" 5 200 /run/dhcpcd.sock /run/dhcpcd.pid
dhcpcd -n %0
}