]>
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> | |
7 | <key>ServiceDescription</key> | |
8 | <string>Apple System Log Daemon</string> | |
9 | <key>OnDemand</key> | |
10 | <false/> | |
11 | <key>ProgramArguments</key> | |
12 | <array> | |
13 | <string>/usr/sbin/syslogd</string> | |
14 | </array> | |
15 | <key>ServiceIPC</key> | |
16 | <false/> | |
17 | </dict> | |
18 | </plist> |