192 |
- |
1 |
#
|
|
|
2 |
# File/directory/user/group configuration file for the CUPS scheduler.
|
|
|
3 |
# See "man cups-files.conf" for a complete description of this file.
|
|
|
4 |
#
|
|
|
5 |
|
|
|
6 |
# List of events that are considered fatal errors for the scheduler...
|
|
|
7 |
#FatalErrors config
|
|
|
8 |
|
|
|
9 |
# Do we call fsync() after writing configuration or status files?
|
|
|
10 |
#SyncOnClose Yes
|
|
|
11 |
|
|
|
12 |
# Default user and group for filters/backends/helper programs; this cannot be
|
|
|
13 |
# any user or group that resolves to ID 0 for security reasons...
|
|
|
14 |
#User lp
|
|
|
15 |
#Group lp
|
|
|
16 |
|
|
|
17 |
# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
|
|
|
18 |
# This cannot contain the Group value for security reasons...
|
|
|
19 |
SystemGroup sys root wheel
|
|
|
20 |
|
|
|
21 |
|
|
|
22 |
# User that is substituted for unauthenticated (remote) root accesses...
|
|
|
23 |
#RemoteRoot remroot
|
|
|
24 |
|
|
|
25 |
# Do we allow file: device URIs other than to /dev/null?
|
|
|
26 |
#FileDevice No
|
|
|
27 |
|
|
|
28 |
# Permissions for configuration and log files...
|
|
|
29 |
#ConfigFilePerm 0640
|
|
|
30 |
#LogFilePerm 00600
|
|
|
31 |
|
|
|
32 |
# Location of the file logging all access to the scheduler; may be the name
|
|
|
33 |
# "syslog" (syslog means systemd journal by default). If not an absolute path, the value of ServerRoot is used as the
|
|
|
34 |
# root directory. Also see the "AccessLogLevel" directive in cupsd.conf.
|
|
|
35 |
AccessLog syslog
|
|
|
36 |
|
|
|
37 |
# Location of cache files used by the scheduler...
|
|
|
38 |
#CacheDir /var/cache/cups
|
|
|
39 |
|
|
|
40 |
# Location of data files used by the scheduler...
|
|
|
41 |
#DataDir /usr/share/cups
|
|
|
42 |
|
|
|
43 |
# Location of the static web content served by the scheduler...
|
|
|
44 |
#DocumentRoot /usr/share/cups/www
|
|
|
45 |
|
|
|
46 |
# Location of the file logging all messages produced by the scheduler and any
|
|
|
47 |
# helper programs; may be the name "syslog" (syslog means systemd journal by default). If not an absolute path, the value
|
|
|
48 |
# of ServerRoot is used as the root directory. Also see the "LogLevel"
|
|
|
49 |
# directive in cupsd.conf.
|
|
|
50 |
ErrorLog syslog
|
|
|
51 |
|
|
|
52 |
# Location of fonts used by older print filters...
|
|
|
53 |
#FontPath /usr/share/cups/fonts
|
|
|
54 |
|
|
|
55 |
# Location of LPD configuration
|
|
|
56 |
#LPDConfigFile
|
|
|
57 |
|
|
|
58 |
# Location of the file logging all pages printed by the scheduler and any
|
|
|
59 |
# helper programs; may be the name "syslog" (syslog means systemd journal by default). If not an absolute path, the value
|
|
|
60 |
# of ServerRoot is used as the root directory. Also see the "PageLogFormat"
|
|
|
61 |
# directive in cupsd.conf.
|
|
|
62 |
PageLog syslog
|
|
|
63 |
|
|
|
64 |
# Location of the file listing all of the local printers...
|
|
|
65 |
#Printcap /etc/printcap
|
|
|
66 |
|
|
|
67 |
# Format of the Printcap file...
|
|
|
68 |
#PrintcapFormat bsd
|
|
|
69 |
#PrintcapFormat plist
|
|
|
70 |
#PrintcapFormat solaris
|
|
|
71 |
|
|
|
72 |
# Location of all spool files...
|
|
|
73 |
#RequestRoot /var/spool/cups
|
|
|
74 |
|
|
|
75 |
# Location of helper programs...
|
|
|
76 |
#ServerBin /usr/lib/cups
|
|
|
77 |
|
|
|
78 |
# SSL/TLS keychain for the scheduler...
|
|
|
79 |
#ServerKeychain ssl
|
|
|
80 |
|
|
|
81 |
# Location of other configuration files...
|
|
|
82 |
#ServerRoot /etc/cups
|
|
|
83 |
|
|
|
84 |
# Location of Samba configuration file...
|
|
|
85 |
#SMBConfigFile
|
|
|
86 |
|
|
|
87 |
# Location of scheduler state files...
|
|
|
88 |
#StateDir /var/run/cups
|
|
|
89 |
|
|
|
90 |
# Location of scheduler/helper temporary files. This directory is emptied on
|
|
|
91 |
# scheduler startup and cannot be one of the standard (public) temporary
|
|
|
92 |
# directory locations for security reasons...
|
|
|
93 |
#TempDir /var/spool/cups/tmp
|