Skip to content

Instantly share code, notes, and snippets.

@terminalfool
Last active August 29, 2015 13:56
Show Gist options
  • Save terminalfool/8941193 to your computer and use it in GitHub Desktop.
Save terminalfool/8941193 to your computer and use it in GitHub Desktop.
launchctl plist files for adfilter modules
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>app.dns.adblock</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/adblock.pl</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>net.dns.dynamic.adfilter</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/adfilter.pl</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment