mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 05:02:22 +02:00
8 lines
290 B
Plaintext
8 lines
290 B
Plaintext
# Defaults for dhcp initscript
|
|
# sourced by /etc/init.d/dhcp-server
|
|
# installed at /etc/default/dhcp-server by the maintainer scripts
|
|
|
|
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
|
|
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
|
|
INTERFACES=""
|