]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/org.cups.cupsd.plist
Stop advertising the HTTP methods that are supported (Issue #5540)
[thirdparty/cups.git] / scheduler / org.cups.cupsd.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//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>Interactive</string>
9 <key>EnableTransactions</key>
10 <true/>
11 <key>TransactionTimeLimitEnabled</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 <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>
35 <string>^(cupsDo|cupsGet|cupsMake|cupsSet|http|_http|ipp|_ipp|mime).*</string>
36 </dict>
37 <key>Sockets</key>
38 <dict>
39 <key>Listeners</key>
40 <array>
41 <dict>
42 <key>SockPathMode</key>
43 <integer>49663</integer>
44 <key>SockPathName</key>
45 <string>/private/var/run/cupsd</string>
46 </dict>
47 </array>
48 </dict>
49 </dict>
50 </plist>