Skip to content
Snippets Groups Projects
Commit 51f3f443 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 b9a47554
No related branches found
No related tags found
No related merge requests found
......@@ -657,7 +657,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