]> git.ipfire.org Git - thirdparty/cups.git/blame - init/org.cups.cupsd.plist
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / init / org.cups.cupsd.plist
CommitLineData
a4d04587 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>
a4d04587 5 <key>Label</key>
6 <string>org.cups.cupsd</string>
178cb736
MS
7 <key>EnableTransactions</key>
8 <true/>
9 <key>ExitTimeOut</key>
10 <integer>60</integer>
f7deaa1a 11 <key>KeepAlive</key>
12 <dict>
13 <key>PathState</key>
14 <dict>
7594b224 15 <key>/private/var/spool/cups/cache/org.cups.cupsd</key>
f7deaa1a 16 <true/>
17 </dict>
18 </dict>
a4d04587 19 <key>ProgramArguments</key>
20 <array>
21 <string>/usr/sbin/cupsd</string>
22 <string>-l</string>
23 </array>
a4d04587 24 <key>ServiceIPC</key>
25 <true/>
09a101d6 26 <key>SHAuthorizationRight</key>
27 <string>system.preferences</string>
a4d04587 28 <key>Sockets</key>
29 <dict>
30 <key>Listeners</key>
31 <array>
32 <dict>
33 <key>SockNodeName</key>
7594b224 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>
a4d04587 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>