mirror of
https://github.com/pygos/init.git
synced 2025-03-11 05:17:47 +01:00
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
|
|
}
|