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>EnableTransactions</key>
8	<true/>
9	<key>EnablePressuredExit</key>
10	<true/>
11	<key>ExitTimeOut</key>
12	<integer>60</integer>
13	<key>KeepAlive</key>
14	<dict>
15		<key>PathState</key>
16		<dict>
17			<key>/private/var/spool/cups/cache/org.cups.cupsd</key>
18			<true/>
19		</dict>
20	</dict>
21	<key>ProgramArguments</key>
22	<array>
23		<string>/usr/sbin/cupsd</string>
24		<string>-l</string>
25	</array>
26	<!-- These environment variables are only used when CUPS is compiled with debug-printfs support -->
27	<key>EnvironmentVariables</key>
28	<dict>
29		<key>CUPS_DEBUG_LOG</key>
30		<string>/var/log/cups/debug_log</string>
31		<key>CUPS_DEBUG_LEVEL</key>
32		<string>3</string>
33		<key>CUPS_DEBUG_FILTER</key>
34		<string>^(cupsDo|cupsGet|cupsMake|cupsSet|http|_http|ipp|_ipp|mime).*</string>
35	</dict>
36	<key>Sockets</key>
37	<dict>
38		<key>Listeners</key>
39		<array>
40			<dict>
41				<key>SockNodeName</key>
42				<string>::1</string>
43				<key>SockServiceName</key>
44				<string>ipp</string>
45			</dict>
46			<dict>
47				<key>SockNodeName</key>
48				<string>127.0.0.1</string>
49				<key>SockServiceName</key>
50				<string>ipp</string>
51			</dict>
52			<dict>
53				<key>SockPathMode</key>
54				<integer>49663</integer>
55				<key>SockPathName</key>
56				<string>/private/var/run/cupsd</string>
57			</dict>
58		</array>
59	</dict>
60</dict>
61</plist>
62