]> git.ipfire.org Git - thirdparty/cups.git/blob - init/org.cups.cupsd.plist
Load cups into easysw/current.
[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>OnDemand</key>
8 <true/>
9 <key>KeepAlive</key>
10 <dict>
11 <key>PathState</key>
12 <dict>
13 <key>/private/var/spool/cups/cache/org.cups.cupsd</key>
14 <true/>
15 </dict>
16 </dict>
17 <key>RunAtLoad</key>
18 <false/>
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>Sockets</key>
27 <dict>
28 <key>Listeners</key>
29 <array>
30 <dict>
31 <key>SockNodeName</key>
32 <string>::1</string>
33 <key>SockServiceName</key>
34 <string>ipp</string>
35 </dict>
36 <dict>
37 <key>SockNodeName</key>
38 <string>127.0.0.1</string>
39 <key>SockServiceName</key>
40 <string>ipp</string>
41 </dict>
42 <dict>
43 <key>SockPathMode</key>
44 <integer>49663</integer>
45 <key>SockPathName</key>
46 <string>/private/var/run/cupsd</string>
47 </dict>
48 </array>
49 </dict>
50 </dict>
51 </plist>