2008-10-02 14:40:41 -04:00
|
|
|
To start the powerdns server at boot time, add the following to
|
2008-10-28 11:21:48 -04:00
|
|
|
/etc/rc.local:
|
2008-10-02 14:40:41 -04:00
|
|
|
|
|
|
|
if [ -x ${PREFIX}/sbin/pdns_server ]; then
|
|
|
|
echo -n ' pdns_server'; ${PREFIX}/sbin/pdns_server \
|
2009-02-11 03:15:20 -05:00
|
|
|
--daemon=yes --guardian=no --control-console --loglevel=9
|
2008-10-02 14:40:41 -04:00
|
|
|
fi
|
|
|
|
|
|
|
|
An autogenerated configuration file has been installed into:
|
|
|
|
${PREFIX}/share/examples/pdns/pdns.conf-dist
|
|
|
|
|
|
|
|
For a quick-start ${SYSCONFDIR}/pdns/pdns.conf has been provided.
|