Skip to content
Snippets Groups Projects
Commit 6a3a61f9 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

BIND should be run on foreground, but log shouldn't be forced to stderr

parent c6437541
No related branches found
No related tags found
No related merge requests found
......@@ -658,7 +658,7 @@ class Bind(Server):
s.item("allow-transfer", "{ %s; }" % self.addr)
s.end()
self.start_params = ["-c", self.confile, "-g"]
self.start_params = ["-c", self.confile, "-f"]
self.reload_params = ["-s", self.addr, "-p", str(self.ctlport), \
"-k", self.ctlkeyfile, "reload"]
self.flush_params = ["-s", self.addr, "-p", str(self.ctlport), \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment