]> git.ipfire.org Git - thirdparty/cups.git/blob - init/org.cups.cupsd.plist
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / init / org.cups.cupsd.plist
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 <key>ServiceIPC</key>
25 <true/>
26 <key>SHAuthorizationRight</key>
27 <string>system.preferences</string>
28 <key>Sockets</key>
29 <dict>
30 <key>Listeners</key>
31 <array>
32 <dict>
33 <key>SockNodeName</key>
34 <string>::1</string>
35 <key>SockServiceName</key>
36 <string>ipp</string>
37 </dict>
38 <dict>
39 <key>SockNodeName</key>
40 <string>127.0.0.1</string>
41 <key>SockServiceName</key>
42 <string>ipp</string>
43 </dict>
44 <dict>
45 <key>SockPathMode</key>
46 <integer>49663</integer>
47 <key>SockPathName</key>
48 <string>/private/var/run/cupsd</string>
49 </dict>
50 </array>
51 </dict>
52 </dict>
53 </plist>