#!/bin/sh
[ -r conf ] && . ./conf
mkdir -p /var/kea /var/run/kea
exec kea-dhcp-ddns ${OPTS:=-c /etc/kea/kea.conf}