Skip to content

Instantly share code, notes, and snippets.

@thewhodidthis
Created June 30, 2019 19:54
Show Gist options
  • Save thewhodidthis/cd4e2aa62971499760f1b9a0fdd0adf7 to your computer and use it in GitHub Desktop.
Save thewhodidthis/cd4e2aa62971499760f1b9a0fdd0adf7 to your computer and use it in GitHub Desktop.
Brew dnsmasq property list clone for pkgsrc, added user option
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.thewhodidthis.dnsmasq</string>
<key>ProgramArguments</key>
<array>
<string>/opt/pkg/sbin/dnsmasq</string>
<string>--keep-in-foreground</string>
<string>-u</string>
<string>dnsmasq</string>
<string>-C</string>
<string>/opt/pkg/etc/dnsmasq.conf</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment