diff options
Diffstat (limited to 'bin/tests/system/org.isc.bind.system.plist')
-rw-r--r-- | bin/tests/system/org.isc.bind.system.plist | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/tests/system/org.isc.bind.system.plist b/bin/tests/system/org.isc.bind.system.plist new file mode 100644 index 0000000..18d3c5d --- /dev/null +++ b/bin/tests/system/org.isc.bind.system.plist @@ -0,0 +1,17 @@ +<?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> + |