]>
Commit | Line | Data |
---|---|---|
81582353 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> | |
5 | <key>Label</key> | |
6 | <string>com.apple.syslogd</string> | |
7 | <key>OnDemand</key> | |
8 | <false/> | |
9 | <key>EnableTransactions</key> | |
10 | <true/> | |
11 | <key>POSIXSpawnType</key> | |
12 | <string>Interactive</string> | |
13 | <key>ProgramArguments</key> | |
14 | <array> | |
15 | <string>/usr/sbin/syslogd</string> | |
16 | </array> | |
f3df4c03 A |
17 | <key>EnvironmentVariables</key> |
18 | <dict> | |
19 | <key>ASL_DISABLE</key> | |
20 | <string>1</string> | |
21 | </dict> | |
81582353 A |
22 | <key>MachServices</key> |
23 | <dict> | |
24 | <key>com.apple.system.logger</key> | |
25 | <dict> | |
26 | <key>ResetAtClose</key> | |
27 | <true/> | |
28 | </dict> | |
29 | </dict> | |
30 | <key>Sockets</key> | |
31 | <dict> | |
32 | <key>BSDSystemLogger</key> | |
33 | <dict> | |
f3df4c03 A |
34 | <key>SystemLoggingSocket</key> |
35 | <true/> | |
81582353 A |
36 | </dict> |
37 | </dict> | |
38 | </dict> | |
39 | </plist> |