#!/bin/sh

if command -v resolvconf > /dev/null; then
	exec resolvconf -a rdnssd < /var/run/rdnssd/resolv.conf
else
	exec /etc/rdnssd/merge-hook
fi
