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

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