]>
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> | |
5 | <key>Label</key> | |
6 | <string>com.apple.syslogd</string> | |
b16a592a A |
7 | <key>OnDemand</key> |
8 | <false/> | |
9 | <key>ProgramArguments</key> | |
10 | <array> | |
5dd30d76 A |
11 | <!-- |
12 | Un-comment the following lines to run syslogd with a sandbox profile. | |
13 | Sandbox profiles restrict processes from performing unauthorized | |
14 | operations; so it may be necessary to update the profile | |
15 | (/usr/share/sandbox/syslogd.sb) if any changes are made to the syslog | |
16 | configuration (/etc/syslog.conf). | |
17 | --> | |
18 | <!-- | |
19 | <string>/usr/bin/sandbox-exec</string> | |
20 | <string>-f</string> | |
21 | <string>/usr/share/sandbox/syslogd.sb</string> | |
22 | --> | |
23 | <string>/usr/sbin/syslogd</string> | |
b16a592a | 24 | </array> |
5dd30d76 A |
25 | <key>MachServices</key> |
26 | <dict> | |
27 | <key>com.apple.system.logger</key> | |
28 | <true/> | |
29 | </dict> | |
30 | <key>Sockets</key> | |
31 | <dict> | |
32 | <key>AppleSystemLogger</key> | |
33 | <dict> | |
34 | <key>SockPathName</key> | |
35 | <string>/var/run/asl_input</string> | |
36 | <key>SockPathMode</key> | |
37 | <integer>438</integer> | |
38 | </dict> | |
39 | <key>BSDSystemLogger</key> | |
40 | <dict> | |
41 | <key>SockPathName</key> | |
42 | <string>/var/run/syslog</string> | |
43 | <key>SockType</key> | |
44 | <string>dgram</string> | |
45 | <key>SockPathMode</key> | |
46 | <integer>438</integer> | |
47 | </dict> | |
48 | <!-- | |
49 | Un-comment the following lines to enable the network syslog protocol listener. | |
50 | --> | |
51 | <!-- | |
52 | <key>NetworkListener</key> | |
53 | <dict> | |
54 | <key>SockServiceName</key> | |
55 | <string>syslog</string> | |
56 | <key>SockType</key> | |
57 | <string>dgram</string> | |
58 | </dict> | |
59 | --> | |
60 | </dict> | |
b16a592a A |
61 | </dict> |
62 | </plist> |