]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/org.cups.cups-lpd.plist.in
Add PPD test.
[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>
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>Sockets</key>
16 <dict>
17 <key>Listeners</key>
18 <dict>
19 <key>SockServiceName</key>
20 <string>printer</string>
21 <key>SockType</key>
22 <string>stream</string>
23 </dict>
24 </dict>
25 <key>UserName</key>
355e94dc 26 <string>@CUPS_USER@</string>
d09495fa 27 <key>inetdCompatibility</key>
28 <dict>
29 <key>Wait</key>
30 <false/>
31 </dict>
32</dict>
33</plist>