]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/org.cups.cups-lpd.plist.in
The scheduler now advertises PWG Raster attributes for IPP Everywhere clients
[thirdparty/cups.git] / scheduler / org.cups.cups-lpd.plist.in
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>Disabled</key>
6 <true/>
7 <key>Label</key>
8 <string>org.cups.cups-lpd</string>
9 <key>ProcessType</key>
10 <string>Background</string>
11 <key>EnableTransactions</key>
12 <true/>
13 <key>EnablePressuredExit</key>
14 <true/>
15 <key>ProgramArguments</key>
16 <array>
17 <string>/usr/libexec/cups/daemon/cups-lpd</string>
18 <string>-o</string>
19 <string>document-format=application/octet-stream</string>
20 </array>
21 <key>Sockets</key>
22 <dict>
23 <key>Listeners</key>
24 <dict>
25 <key>SockServiceName</key>
26 <string>printer</string>
27 <key>SockType</key>
28 <string>stream</string>
29 </dict>
30 </dict>
31 <key>UserName</key>
32 <string>@CUPS_USER@</string>
33 <key>inetdCompatibility</key>
34 <dict>
35 <key>Wait</key>
36 <false/>
37 </dict>
38 </dict>
39 </plist>