1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>Disabled</key>
6	<true/>
7	<key>EnableTransactions</key>
8	<true/>
9	<key>Label</key>
10	<string>org.isc.named</string>
11	<key>OnDemand</key>
12	<false/>
13	<key>ProgramArguments</key>
14	<array>
15<!--
16	Un-comment the following lines to run named with a sandbox profile.
17	Sandbox profiles restrict processes from performing unauthorized
18	operations; so it may be necessary to update the profile
19	(/usr/share/sandbox/named.sb) if any changes are made to the named
20	configuration (/etc/named.conf).
21-->
22<!--
23		<string>/usr/bin/sandbox-exec</string>
24		<string>-f</string>
25		<string>/usr/share/sandbox/named.sb</string>
26-->
27		<string>/usr/sbin/named</string>
28		<string>-f</string>
29	</array>
30	<key>ServiceIPC</key>
31	<false/>
32</dict>
33</plist>
34