]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/org.cups.cups-lpd.plist.in
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / scheduler / org.cups.cups-lpd.plist.in
CommitLineData
d09495fa 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>
974ad7df 9 <key>ProcessType</key>
e4e37194 10 <string>Adaptive</string>
d309dce3 11 <key>EnableTransactions</key>
64dda396 12 <true/>
6be126d1 13 <key>EnablePressuredExit</key>
64dda396 14 <true/>
d09495fa 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>
355e94dc 32 <string>@CUPS_USER@</string>
d09495fa 33 <key>inetdCompatibility</key>
34 <dict>
35 <key>Wait</key>
36 <false/>
37 </dict>
38</dict>
39</plist>