]> git.saurik.com Git - apple/syslog.git/blob - syslogd.tproj/com.apple.syslogd.plist
syslog-356.200.4.tar.gz
[apple/syslog.git] / syslogd.tproj / com.apple.syslogd.plist
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 <true/>
47 </dict>
48 <key>Sockets</key>
49 <dict>
50 <key>BSDSystemLogger</key>
51 <dict>
52 <key>SockPathName</key>
53 <string>/var/run/syslog</string>
54 <key>SockType</key>
55 <string>dgram</string>
56 <key>SockPathMode</key>
57 <integer>438</integer>
58 </dict>
59 <!--
60 Un-comment the following lines to enable the network syslog protocol listener.
61 -->
62 <!--
63 <key>NetworkListener</key>
64 <dict>
65 <key>SockServiceName</key>
66 <string>syslog</string>
67 <key>SockType</key>
68 <string>dgram</string>
69 </dict>
70 -->
71 </dict>
72 </dict>
73 </plist>