1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-10-04 23:39:57 +02:00
init/services/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
}