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 No 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... 14User cups 15Group cups 16 17# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules... 18# This cannot contain the Group value for security reasons... 19SystemGroup print 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 0644 31 32# Location of the file logging all access to the scheduler; may be the name 33# "syslog". If not an absolute path, the value of ServerRoot is used as the 34# root directory. Also see the "AccessLogLevel" directive in cupsd.conf. 35AccessLog /data/service/el1/public/print_service/cups/log/access_log 36 37# Location of cache files used by the scheduler... 38CacheDir /data/service/el1/public/print_service/cups/cache 39 40# Location of data files used by the scheduler... 41DataDir /data/service/el1/public/print_service/cups/datadir 42 43# Location of the static web content served by the scheduler... 44DocumentRoot /data/service/el1/public/print_service/cups/doc 45 46# Location of the file logging all messages produced by the scheduler and any 47# helper programs; may be the name "syslog". 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. 50ErrorLog /data/service/el1/public/print_service/cups/log/error_log 51 52# Location of the file logging all pages printed by the scheduler and any 53# helper programs; may be the name "syslog". If not an absolute path, the value 54# of ServerRoot is used as the root directory. Also see the "PageLogFormat" 55# directive in cupsd.conf. 56PageLog /data/service/el1/public/print_service/cups/log/page_log 57 58# Location of the file listing all of the local printers... 59Printcap /data/service/el1/public/print_service/cups/printcap 60 61# Format of the Printcap file... 62PrintcapFormat bsd 63#PrintcapFormat plist 64#PrintcapFormat solaris 65 66# Location of all spool files... 67RequestRoot /data/service/el1/public/print_service/cups/spool 68 69# Location of helper programs... 70ServerBin /data/service/el1/public/print_service/cups/serverbin 71 72# SSL/TLS keychain for the scheduler... 73#ServerKeychain 74 75# Location of other configuration files... 76ServerRoot /data/service/el1/public/print_service/cups 77 78# Location of scheduler state files... 79StateDir /data/service/el1/public/print_service/cups/run 80 81# Location of scheduler/helper temporary files. This directory is emptied on 82# scheduler startup and cannot be one of the standard (public) temporary 83# directory locations for security reasons... 84TempDir /data/service/el1/public/print_service/cups/spool/tmp