]>
Commit | Line | Data |
---|---|---|
b16a592a A |
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> | |
a83ff38a A |
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> | |
c4fdb7d1 A |
16 | <key>HopefullyExitsLast</key> |
17 | <true/> | |
18 | <key>EnableTransactions</key> | |
19 | <true/> | |
81582353 | 20 | <key>POSIXSpawnType</key> |
f3df4c03 | 21 | <string>Adaptive</string> |
c4fdb7d1 | 22 | <key>ProgramArguments</key> |
a83ff38a | 23 | <array> |
5dd30d76 A |
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> | |
a83ff38a A |
37 | </array> |
38 | <key>EnvironmentVariables</key> | |
39 | <dict> | |
40 | <key>ASL_DISABLE</key> | |
41 | <string>1</string> | |
42 | </dict> | |
5dd30d76 A |
43 | <key>MachServices</key> |
44 | <dict> | |
45 | <key>com.apple.system.logger</key> | |
30cde84f | 46 | <true/> |
5dd30d76 A |
47 | </dict> |
48 | <key>Sockets</key> | |
49 | <dict> | |
5dd30d76 A |
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> | |
b16a592a A |
72 | </dict> |
73 | </plist> |