aports/main/ndisc6/rdnssd.resolvconf

8 lines
148 B
Text
Raw Normal View History

#!/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