init-scripts/services/dhcpcd.in

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
}