1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-11-22 19:19:46 +01:00
build/pkg/init/share/init/dhcpcdmaster

10 lines
148 B
Text
Raw Normal View History

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