mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
10 lines
148 B
Text
10 lines
148 B
Text
|
description "DHCP client - master service"
|
||
|
type wait
|
||
|
target boot
|
||
|
after sysinit ifrename ifcfg
|
||
|
|
||
|
exec {
|
||
|
mkdir -p /var/db/dhcpcd
|
||
|
dhcpcd --inactive
|
||
|
}
|