Skip to content
Snippets Groups Projects
Commit 08db3e1b authored by dibdot's avatar dibdot Committed by Hans Dedecker
Browse files

dnsmasq: add log facility option


add possibility to set the facility to which dnsmasq will send syslog entries, i.e. set it to '/dev/null' to mute dnsmasq output at all.

Signed-off-by: default avatarDirk Brenken <dev@brenken.org>
parent 43855793
No related branches found
No related tags found
No related merge requests found
......@@ -573,6 +573,7 @@ dnsmasq_start()
append_bool "$cfg" allservers "--all-servers"
append_bool "$cfg" noping "--no-ping"
append_parm "$cfg" logfacility "--log-facility"
append_parm "$cfg" dhcpscript "--dhcp-script"
append_parm "$cfg" cachesize "--cache-size"
append_parm "$cfg" dnsforwardmax "--dns-forward-max"
......
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