]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/org.cups.cupsd.plist
Fix whitespace issues.
[thirdparty/cups.git] / scheduler / org.cups.cupsd.plist
CommitLineData
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>
e4e37194 8 <string>Adaptive</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>
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>