From: bert hubert Date: Wed, 10 Sep 2014 05:28:01 +0000 (+0200) Subject: how to add powerdns recursor to upstart X-Git-Tag: auth-3.4.0-rc2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93fba33ebf86e1c64d75b56621a15ebe4ed4b172;p=pdns how to add powerdns recursor to upstart --- diff --git a/contrib/upstart-recursor.conf b/contrib/upstart-recursor.conf new file mode 100644 index 000000000..d1b9c003b --- /dev/null +++ b/contrib/upstart-recursor.conf @@ -0,0 +1,9 @@ +# recursor - the PowerDNS Recursor +# for in /etc/init/recursor.conf +description "PowerDNS Recursor" + +start on runlevel [2345] +stop on runlevel [!2345] +respawn + +exec /usr/sbin/pdns_recursor --daemon=no