bind9/bin/tests/system/org.isc.bind.system.plist
Mark Andrews 17be07ab81 2948. [port] MacOS: provide a mechanism to configure the test
interfaces at reboot. See bin/tests/system/README
                        for details.
2010-08-25 04:51:51 +00:00

17 lines
425 B
Text

<?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>org.isc.bind.system</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/Library/LaunchDaemons/org.isc.bind.system</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>