]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/org.cups.cups-lpd.plist.in
Add yet another key to the launchd plists...
[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>EnableTransactions</key>
10 <false/>
11 <key>EnablePressuredExit</key>
12 <false/>
13 <key>ProgramArguments</key>
14 <array>
15 <string>/usr/libexec/cups/daemon/cups-lpd</string>
16 <string>-o</string>
17 <string>document-format=application/octet-stream</string>
18 </array>
19 <key>Sockets</key>
20 <dict>
21 <key>Listeners</key>
22 <dict>
23 <key>SockServiceName</key>
24 <string>printer</string>
25 <key>SockType</key>
26 <string>stream</string>
27 </dict>
28 </dict>
29 <key>UserName</key>
30 <string>@CUPS_USER@</string>
31 <key>inetdCompatibility</key>
32 <dict>
33 <key>Wait</key>
34 <false/>
35 </dict>
36 </dict>
37 </plist>