1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-05-06 22:26:13 +02: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

11 lines
182 B
Plaintext

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
}