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