]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/org.cups.cups-lpd.plist.in
Remove the deprecated ServiceIPC key and add the recommended EnableTransactions
[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>
d309dce3
MS
9 <key>EnableTransactions</key>
10 <false/>
d09495fa 11 <key>ProgramArguments</key>
12 <array>
13 <string>/usr/libexec/cups/daemon/cups-lpd</string>
14 <string>-o</string>
15 <string>document-format=application/octet-stream</string>
16 </array>
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>
355e94dc 28 <string>@CUPS_USER@</string>
d09495fa 29 <key>inetdCompatibility</key>
30 <dict>
31 <key>Wait</key>
32 <false/>
33 </dict>
34</dict>
35</plist>