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