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