# Which services should be taken into account?
DHCP4="true"
DHCP6="false"
DDNS="false"
AGENT="false"

# Define your config files here. Otherwise we default to files in /etc/kea
# (see init script)
#DHCP4_CONFIG="/etc/kea/dhcp4.conf"
#DHCP6_CONFIG="/etc/kea/dhcp6.conf"
#DDNS_CONFIG="/etc/kea/ddns.conf"
#AGENT_CONFIG="/etc/kea/ctrl-agent.conf"

# Use an unprivileged user/group to run kea services. By default we can use
# "dhcp" user/group from acct-user/dhcp and acct-group/dhcp packages.
#KEA_USER='dhcp'
#KEA_GROUP='dhcp'
