]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
pdns-recursor: Fix config dir in systemd file.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 27 Oct 2012 14:23:39 +0000 (16:23 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 27 Oct 2012 14:23:39 +0000 (16:23 +0200)
The config dir of the recursor has been changed to /etc/pdns.
Without any agument, the recursor defaults to /etc/pdns-recursor as
configuration directory.

pdns-recursor/pdns-recursor.nm
pdns-recursor/systemd/pdns-recursor.service

index aa22152d539ffaff3aee88284ece3e143d2fae0f..cbcaa2ebea6905b1ffbb2e8b5184cd992027fb18 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = pdns-recursor
 version    = 3.3
-release    = 8
+release    = 9
 
 groups     = Networking/DNS
 url        = http://powerdns.com/
index 0d3c99a351237bc149fd79d6490fc700ec8e6cb3..095b595af18a82592c30f5118d2087c1c7f5ad76 100644 (file)
@@ -3,7 +3,7 @@ Description=Power DNS Recursor Daemon
 After=network.target
 
 [Service]
-ExecStart=/usr/sbin/pdns_recursor --daemon=no
+ExecStart=/usr/sbin/pdns_recursor --config-dir=/etc/pdns --daemon=no
 ExecStopPost=/bin/rm -f /run/pdns-recursor/pdns_recursor.pid
 ExecStopPost=/bin/rm -f /run/pdns-recursor/pdns_recursor.controlsocket
 Restart=on-failure