We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ba3fc commit 61b316fCopy full SHA for 61b316f
pdns/pdns-recursor.init.d
@@ -18,7 +18,7 @@ pdns_server=$SBINARYPATH/pdns_recursor
18
19
[ -f "$pdns_server" ] || exit 0
20
21
-. /etc/default/pdns-recursor
+[ -r /etc/default/pdns-recursor ] && . /etc/default/pdns-recursor
22
23
[ "$START" = "no" ] && exit 0
24
0 commit comments