1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-05-07 06:36:12 +02:00
init-scripts/services/dhcpcdmaster

11 lines
147 B
Plaintext
Raw Normal View History

description "DHCP client - master service"
type wait
target boot
after network
tty /dev/null
exec {
mkdir -p /var/db/dhcpcd
dhcpcd --inactive
}