description "DHCP client - master service"
type wait
target boot
after network
exec {
mkdir -p /var/db/dhcpcd
dhcpcd --inactive
}