]>
Commit | Line | Data |
---|---|---|
a4d04587 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
e4e37194 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
a4d04587 | 3 | <plist version="1.0"> |
4 | <dict> | |
a4d04587 | 5 | <key>Label</key> |
6 | <string>org.cups.cupsd</string> | |
974ad7df | 7 | <key>ProcessType</key> |
cc6495f7 | 8 | <string>Interactive</string> |
178cb736 MS |
9 | <key>EnableTransactions</key> |
10 | <true/> | |
cc6495f7 MS |
11 | <key>TransactionTimeLimitEnabled</key> |
12 | <false/> | |
178cb736 MS |
13 | <key>ExitTimeOut</key> |
14 | <integer>60</integer> | |
f7deaa1a | 15 | <key>KeepAlive</key> |
16 | <dict> | |
17 | <key>PathState</key> | |
18 | <dict> | |
7594b224 | 19 | <key>/private/var/spool/cups/cache/org.cups.cupsd</key> |
f7deaa1a | 20 | <true/> |
21 | </dict> | |
22 | </dict> | |
a4d04587 | 23 | <key>ProgramArguments</key> |
24 | <array> | |
25 | <string>/usr/sbin/cupsd</string> | |
26 | <string>-l</string> | |
27 | </array> | |
22c9029b MS |
28 | <key>EnvironmentVariables</key> |
29 | <dict> | |
30 | <key>CUPS_DEBUG_LOG</key> | |
31 | <string>/var/log/cups/debug_log</string> | |
32 | <key>CUPS_DEBUG_LEVEL</key> | |
33 | <string>3</string> | |
34 | <key>CUPS_DEBUG_FILTER</key> | |
d309dce3 | 35 | <string>^(cupsDo|cupsGet|cupsMake|cupsSet|http|_http|ipp|_ipp|mime).*</string> |
22c9029b | 36 | </dict> |
a4d04587 | 37 | <key>Sockets</key> |
38 | <dict> | |
39 | <key>Listeners</key> | |
40 | <array> | |
a4d04587 | 41 | <dict> |
42 | <key>SockPathMode</key> | |
6c49fde6 | 43 | <integer>49663</integer> |
a4d04587 | 44 | <key>SockPathName</key> |
45 | <string>/private/var/run/cupsd</string> | |
46 | </dict> | |
47 | </array> | |
48 | </dict> | |
49 | </dict> | |
50 | </plist> |