]> git.ipfire.org Git - thirdparty/cups.git/blame - init/org.cups.cupsd.plist
Merge CUPS 1.4svn-r7493.
[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>
f7deaa1a 7 <key>KeepAlive</key>
8 <dict>
9 <key>PathState</key>
10 <dict>
7594b224 11 <key>/private/var/spool/cups/cache/org.cups.cupsd</key>
f7deaa1a 12 <true/>
13 </dict>
14 </dict>
a4d04587 15 <key>ProgramArguments</key>
16 <array>
17 <string>/usr/sbin/cupsd</string>
18 <string>-l</string>
19 </array>
a4d04587 20 <key>ServiceIPC</key>
21 <true/>
09a101d6 22 <key>SHAuthorizationRight</key>
23 <string>system.preferences</string>
a4d04587 24 <key>Sockets</key>
25 <dict>
26 <key>Listeners</key>
27 <array>
28 <dict>
29 <key>SockNodeName</key>
7594b224 30 <string>::1</string>
31 <key>SockServiceName</key>
32 <string>ipp</string>
33 </dict>
34 <dict>
35 <key>SockNodeName</key>
36 <string>127.0.0.1</string>
a4d04587 37 <key>SockServiceName</key>
38 <string>ipp</string>
39 </dict>
40 <dict>
41 <key>SockPathMode</key>
42 <integer>49663</integer>
43 <key>SockPathName</key>
44 <string>/private/var/run/cupsd</string>
45 </dict>
46 </array>
47 </dict>
48</dict>
49</plist>