]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/org.cups.cupsd.plist
The scheduler now advertises PWG Raster attributes for IPP Everywhere clients
[thirdparty/cups.git] / scheduler / org.cups.cupsd.plist
CommitLineData
a4d04587 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>
a4d04587 5 <key>Label</key>
6 <string>org.cups.cupsd</string>
974ad7df
MS
7 <key>ProcessType</key>
8 <string>Background</string>
178cb736
MS
9 <key>EnableTransactions</key>
10 <true/>
6be126d1 11 <key>EnablePressuredExit</key>
634c6c92 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>
3e4dcdb9 28 <!-- These environment variables are only used when CUPS is compiled with debug-printfs support -->
22c9029b
MS
29 <key>EnvironmentVariables</key>
30 <dict>
31 <key>CUPS_DEBUG_LOG</key>
32 <string>/var/log/cups/debug_log</string>
33 <key>CUPS_DEBUG_LEVEL</key>
34 <string>3</string>
35 <key>CUPS_DEBUG_FILTER</key>
d309dce3 36 <string>^(cupsDo|cupsGet|cupsMake|cupsSet|http|_http|ipp|_ipp|mime).*</string>
22c9029b 37 </dict>
a4d04587 38 <key>Sockets</key>
39 <dict>
40 <key>Listeners</key>
41 <array>
a4d04587 42 <dict>
43 <key>SockPathMode</key>
6c49fde6 44 <integer>49663</integer>
a4d04587 45 <key>SockPathName</key>
46 <string>/private/var/run/cupsd</string>
47 </dict>
48 </array>
49 </dict>
50</dict>
51</plist>