]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/org.cups.cupsd.plist
The scheduler did not return non-shared printers to local clients unless
[thirdparty/cups.git] / scheduler / org.cups.cupsd.plist
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>org.cups.cupsd</string>
7 <key>ProcessType</key>
8 <string>Background</string>
9 <key>EnableTransactions</key>
10 <true/>
11 <key>EnablePressuredExit</key>
12 <false/>
13 <key>ExitTimeOut</key>
14 <integer>60</integer>
15 <key>KeepAlive</key>
16 <dict>
17 <key>PathState</key>
18 <dict>
19 <key>/private/var/spool/cups/cache/org.cups.cupsd</key>
20 <true/>
21 </dict>
22 </dict>
23 <key>ProgramArguments</key>
24 <array>
25 <string>/usr/sbin/cupsd</string>
26 <string>-l</string>
27 </array>
28 <!-- These environment variables are only used when CUPS is compiled with debug-printfs support -->
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>
36 <string>^(cupsDo|cupsGet|cupsMake|cupsSet|http|_http|ipp|_ipp|mime).*</string>
37 </dict>
38 <key>Sockets</key>
39 <dict>
40 <key>Listeners</key>
41 <array>
42 <dict>
43 <key>SockPathMode</key>
44 <integer>49663</integer>
45 <key>SockPathName</key>
46 <string>/private/var/run/cupsd</string>
47 </dict>
48 </array>
49 </dict>
50 </dict>
51 </plist>