To start the powerdns server at boot time, add the following to
/etc/rc.local:

if [ -x /usr/local/sbin/pdns_server ]; then
        echo -n ' pdns_server';       /usr/local/sbin/pdns_server \
		--daemon=yes --guardian=no --control-console --loglevel=9
fi

An autogenerated configuration file has been installed into:
/usr/local/share/examples/pdns/pdns.conf-dist

For a quick-start /etc/pdns/pdns.conf has been provided.
