1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>Label</key>
6	<string>com.apple.syslogd</string>
7	<key>OnDemand</key>
8	<false/>
9	<key>JetsamProperties</key>
10	<dict>
11		<key>JetsamPriority</key>
12		<integer>-49</integer>
13		<key>JetsamMemoryLimit</key>
14		<integer>300</integer>
15	</dict>
16	<key>HopefullyExitsLast</key>
17	<true/>
18	<key>EnableTransactions</key>
19	<true/>
20        <key>POSIXSpawnType</key>
21        <string>Adaptive</string>
22	<key>ProgramArguments</key>
23	<array>
24<!--
25	Un-comment the following lines to run syslogd with a sandbox profile.
26	Sandbox profiles restrict processes from performing unauthorized
27	operations; so it may be necessary to update the profile
28	(/usr/share/sandbox/syslogd.sb) if any changes are made to the syslog
29	configuration (/etc/syslog.conf).
30-->
31<!--
32		<string>/usr/bin/sandbox-exec</string>
33		<string>-f</string>
34		<string>/usr/share/sandbox/syslogd.sb</string>
35-->
36		<string>/usr/sbin/syslogd</string>
37	</array>
38	<key>EnvironmentVariables</key>
39	<dict>
40		<key>ASL_DISABLE</key>
41		<string>1</string>
42	</dict>
43	<key>MachServices</key>
44	<dict>
45		<key>com.apple.system.logger</key>
46		<dict>
47			<key>ResetAtClose</key>
48			<true/>
49		</dict>
50	</dict>
51	<key>Sockets</key>
52	<dict>
53		<key>BSDSystemLogger</key>
54		<dict>
55			<key>SockPathName</key>
56			<string>/var/run/syslog</string>
57			<key>SockType</key>
58			<string>dgram</string>
59			<key>SockPathMode</key>
60			<integer>438</integer>
61		</dict>
62<!--
63	Un-comment the following lines to enable the network syslog protocol listener.
64-->
65<!--
66		<key>NetworkListener</key>
67		<dict>
68			<key>SockServiceName</key>
69			<string>syslog</string>
70			<key>SockType</key>
71			<string>dgram</string>
72		</dict>
73-->
74	</dict>
75</dict>
76</plist>
77