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 @CUPS_FATAL_ERRORS@ 8 9# Strip domain in local username? 10#StripUserDomain No 11 12# Do we call fsync() after writing configuration or status files? 13#SyncOnClose @CUPS_SYNC_ON_CLOSE@ 14 15# Default user and group for filters/backends/helper programs; this cannot be 16# any user or group that resolves to ID 0 for security reasons... 17#User @CUPS_USER@ 18#Group @CUPS_GROUP@ 19 20# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules... 21# This cannot contain the Group value for security reasons... 22SystemGroup @CUPS_SYSTEM_GROUPS@ 23@CUPS_SYSTEM_AUTHKEY@ 24 25# User that is substituted for unauthenticated (remote) root accesses... 26#RemoteRoot remroot 27 28# Do we allow file: device URIs other than to /dev/null? 29#FileDevice No 30 31# Permissions for configuration and log files... 32#ConfigFilePerm 0@CUPS_CONFIG_FILE_PERM@ 33#LogFilePerm 0@CUPS_LOG_FILE_PERM@ 34 35# Location of the file logging all access to the scheduler; may be the name 36# "syslog". If not an absolute path, the value of ServerRoot is used as the 37# root directory. Also see the "AccessLogLevel" directive in cupsd.conf. 38AccessLog @CUPS_LOGDIR@/access_log 39 40# Location of cache files used by the scheduler... 41#CacheDir @CUPS_CACHEDIR@ 42 43# Location of data files used by the scheduler... 44#DataDir @CUPS_DATADIR@ 45 46# Location of the static web content served by the scheduler... 47#DocumentRoot @CUPS_DOCROOT@ 48 49# Location of the file logging all messages produced by the scheduler and any 50# helper programs; may be the name "syslog". If not an absolute path, the value 51# of ServerRoot is used as the root directory. Also see the "LogLevel" 52# directive in cupsd.conf. 53ErrorLog @CUPS_LOGDIR@/error_log 54 55# Location of the file logging all pages printed by the scheduler and any 56# helper programs; may be the name "syslog". If not an absolute path, the value 57# of ServerRoot is used as the root directory. Also see the "PageLogFormat" 58# directive in cupsd.conf. 59PageLog @CUPS_LOGDIR@/page_log 60 61# Location of the file listing all of the local printers... 62#Printcap @CUPS_DEFAULT_PRINTCAP@ 63 64# Format of the Printcap file... 65#PrintcapFormat bsd 66#PrintcapFormat plist 67#PrintcapFormat solaris 68 69# Location of all spool files... 70#RequestRoot @CUPS_REQUESTS@ 71 72# Location of helper programs... 73#ServerBin @CUPS_SERVERBIN@ 74 75# SSL/TLS keychain for the scheduler... 76#ServerKeychain @CUPS_SERVERKEYCHAIN@ 77 78# Location of other configuration files... 79#ServerRoot @CUPS_SERVERROOT@ 80 81# Location of scheduler state files... 82#StateDir @CUPS_STATEDIR@ 83 84# Location of scheduler/helper temporary files. This directory is emptied on 85# scheduler startup and cannot be one of the standard (public) temporary 86# directory locations for security reasons... 87#TempDir @CUPS_REQUESTS@/tmp 88