]> git.ipfire.org Git - thirdparty/cups.git/blame - scheduler/org.cups.cupsd.plist
Allow backends to have group read + execute permissions and still run as root
[thirdparty/cups.git] / scheduler / org.cups.cupsd.plist
CommitLineData
a4d04587 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>
a4d04587 5 <key>Label</key>
6 <string>org.cups.cupsd</string>
178cb736
MS
7 <key>EnableTransactions</key>
8 <true/>
9 <key>ExitTimeOut</key>
10 <integer>60</integer>
f7deaa1a 11 <key>KeepAlive</key>
12 <dict>
13 <key>PathState</key>
14 <dict>
7594b224 15 <key>/private/var/spool/cups/cache/org.cups.cupsd</key>
f7deaa1a 16 <true/>
17 </dict>
18 </dict>
a4d04587 19 <key>ProgramArguments</key>
20 <array>
21 <string>/usr/sbin/cupsd</string>
22 <string>-l</string>
23 </array>
3e4dcdb9 24 <!-- These environment variables are only used when CUPS is compiled with debug-printfs support -->
22c9029b
MS
25 <key>EnvironmentVariables</key>
26 <dict>
27 <key>CUPS_DEBUG_LOG</key>
28 <string>/var/log/cups/debug_log</string>
29 <key>CUPS_DEBUG_LEVEL</key>
30 <string>3</string>
31 <key>CUPS_DEBUG_FILTER</key>
d309dce3 32 <string>^(cupsDo|cupsGet|cupsMake|cupsSet|http|_http|ipp|_ipp|mime).*</string>
22c9029b 33 </dict>
a4d04587 34 <key>Sockets</key>
35 <dict>
36 <key>Listeners</key>
37 <array>
38 <dict>
39 <key>SockNodeName</key>
7594b224 40 <string>::1</string>
41 <key>SockServiceName</key>
42 <string>ipp</string>
43 </dict>
44 <dict>
45 <key>SockNodeName</key>
46 <string>127.0.0.1</string>
a4d04587 47 <key>SockServiceName</key>
48 <string>ipp</string>
49 </dict>
50 <dict>
51 <key>SockPathMode</key>
52 <integer>49663</integer>
53 <key>SockPathName</key>
54 <string>/private/var/run/cupsd</string>
55 </dict>
56 </array>
57 </dict>
58</dict>
59</plist>