dnsmasq: fix plist config location.
Closes Homebrew/homebrew#40860. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
3edbcc9333
commit
0bd6c2b6b6
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ class Dnsmasq < Formula
|
|||
<array>
|
||||
<string>#{opt_sbin}/dnsmasq</string>
|
||||
<string>--keep-in-foreground</string>
|
||||
<string>-C</string>
|
||||
<string>#{etc}/dnsmasq.conf</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
|
|
Loading…
Reference in a new issue