aboutsummaryrefslogtreecommitdiff
path: root/services/dhcpcdmaster
blob: 6d0fecd26c6f0b77f973a3587cfe4625dfc82db5 (plain)
1
2
3
4
5
6
7
8
9
description "DHCP client - master service"
type wait
target boot
after sysinit ifrename ifcfg

exec {
	mkdir -p /var/db/dhcpcd
	dhcpcd --inactive
}