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:
parent
8cb5ed3670
commit
45407c1d84
1 changed files with 2 additions and 0 deletions
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue