aboutsummaryrefslogtreecommitdiff
path: root/services/dhcpcd.in
blob: 0d8309341094573f4de6029830dc2643312a23e5 (plain)
1
2
3
4
5
6
7
8
9
10
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
}