2018-05-05 21:53:34 +02:00
|
|
|
description "DHCP client - master service"
|
2018-05-07 14:57:34 +02:00
|
|
|
type wait
|
2018-05-05 21:53:34 +02:00
|
|
|
target boot
|
|
|
|
after sysinit ifrename ifcfg
|
|
|
|
|
|
|
|
exec {
|
|
|
|
mkdir -p /var/db/dhcpcd
|
2018-05-07 14:57:34 +02:00
|
|
|
dhcpcd --inactive
|
2018-05-05 21:53:34 +02:00
|
|
|
}
|