]> git.ipfire.org Git - thirdparty/cups.git/blob - scheduler/org.cups.cups-lpd.plist.in
Merge changes from CUPS 1.5svn-r8849.
[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>ProgramArguments</key>
10 <array>
11 <string>/usr/libexec/cups/daemon/cups-lpd</string>
12 <string>-o</string>
13 <string>document-format=application/octet-stream</string>
14 </array>
15 <key>SHAuthorizationRight</key>
16 <string>system.preferences</string>
17 <key>Sockets</key>
18 <dict>
19 <key>Listeners</key>
20 <dict>
21 <key>SockServiceName</key>
22 <string>printer</string>
23 <key>SockType</key>
24 <string>stream</string>
25 </dict>
26 </dict>
27 <key>UserName</key>
28 <string>@CUPS_USER@</string>
29 <key>inetdCompatibility</key>
30 <dict>
31 <key>Wait</key>
32 <false/>
33 </dict>
34 </dict>
35 </plist>