mirror of
https://github.com/pygos/init.git
synced 2024-11-05 04:07:10 +01:00
f9d75896f4
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
9 lines
133 B
Text
9 lines
133 B
Text
description "DHCP client - master service"
|
|
type wait
|
|
target boot
|
|
after network
|
|
|
|
exec {
|
|
mkdir -p /var/db/dhcpcd
|
|
dhcpcd --inactive
|
|
}
|