dnsmasq: add dnsmasq.d as config directory to service (#47722)

See option `-7, --conf-dir` here: http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html#lbAE
This commit is contained in:
David Gasperoni 2019-12-17 03:37:34 +01:00 committed by chenrui
parent 8cb5ed3670
commit 45407c1d84

View file

@ -65,6 +65,8 @@ class Dnsmasq < Formula
<string>--keep-in-foreground</string>
<string>-C</string>
<string>#{etc}/dnsmasq.conf</string>
<string>-7</string>
<string>#{etc}/dnsmasq.d,*.conf</string>
</array>
<key>RunAtLoad</key>
<true/>