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