## Path: 	Network/DHCP/DHCP server
## Description: DHCP server settings
## Type:	string
## Default:	""
## ServiceRestart: dhcpd
#
# Interface(s) for the DHCP server to listen on
# (separated by spaces)
#
# Examples: DHCPD_INTERFACE="eth0"
#           DHCPD_INTERFACE="eth0 eth1 eth2 tr0 wlan0"
#
DHCPD_INTERFACE="eth0"

## Type:	string
## Default:	""
## ServiceRestart: dhcpd
#
# Since version 3, dhcpd.conf can contain include statements. 
# If you enter the names of any include files here, _all_ conf
# files will be copied to $chroot/etc/, when dhcpd is started in the 
# chroot jail. (/etc/dhcpd.conf is always copied.)
#
# Example: "/etc/dhcpd.conf.shared /etc/dhcpd.conf.bootp-clients"
#
DHCPD_CONF_INCLUDE_FILES=""

## Type:	string
## Default:	"nobody"
## ServiceRestart: dhcpd
#
# Leave empty or enter "root" to let dhcpd run as root. 
# Enter "nobody" to run dhcpd as user 'nobody' and group 'nogroup'.
#
DHCPD_RUN_AS="nobody"

## Type:	string
## Default:	""
## ServiceRestart: dhcpd
#
# Other arguments that you want dhcpd to be started with
# (e.g. "-p 1234" for a non-standard port to listen on)
#
DHCPD_OTHER_ARGS=""
