]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/org.cups.cupsd.plist
Add missing DNSSD.LIB functions.
[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/>
11 <key>ExitTimeOut</key>
12 <integer>60</integer>
f7deaa1a 13 <key>KeepAlive</key>
14 <dict>
15 <key>PathState</key>
16 <dict>
7594b224 17 <key>/private/var/spool/cups/cache/org.cups.cupsd</key>
f7deaa1a 18 <true/>
19 </dict>
20 </dict>
a4d04587 21 <key>ProgramArguments</key>
22 <array>
23 <string>/usr/sbin/cupsd</string>
24 <string>-l</string>
25 </array>
22c9029b
MS
26 <key>EnvironmentVariables</key>
27 <dict>
28 <key>CUPS_DEBUG_LOG</key>
29 <string>/var/log/cups/debug_log</string>
30 <key>CUPS_DEBUG_LEVEL</key>
31 <string>3</string>
32 <key>CUPS_DEBUG_FILTER</key>
d309dce3 33 <string>^(cupsDo|cupsGet|cupsMake|cupsSet|http|_http|ipp|_ipp|mime).*</string>
22c9029b 34 </dict>
a4d04587 35 <key>Sockets</key>
36 <dict>
37 <key>Listeners</key>
38 <array>
a4d04587 39 <dict>
40 <key>SockPathMode</key>
6c49fde6 41 <integer>49663</integer>
a4d04587 42 <key>SockPathName</key>
43 <string>/private/var/run/cupsd</string>
44 </dict>
45 </array>
46 </dict>
47</dict>
48</plist>