mirror of
https://gitee.com/openharmony/print_print_fwk
synced 2024-12-02 14:57:04 +00:00
cdcac59692
Signed-off-by: 15549494042 <dongzhengkuan@huawei.com>
84 lines
3.0 KiB
Plaintext
84 lines
3.0 KiB
Plaintext
#
|
|
# File/directory/user/group configuration file for the CUPS scheduler.
|
|
# See "man cups-files.conf" for a complete description of this file.
|
|
#
|
|
|
|
# List of events that are considered fatal errors for the scheduler...
|
|
#FatalErrors config
|
|
|
|
# Do we call fsync() after writing configuration or status files?
|
|
#SyncOnClose No
|
|
|
|
# Default user and group for filters/backends/helper programs; this cannot be
|
|
# any user or group that resolves to ID 0 for security reasons...
|
|
User cups
|
|
Group cups
|
|
|
|
# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
|
|
# This cannot contain the Group value for security reasons...
|
|
SystemGroup print
|
|
|
|
|
|
# User that is substituted for unauthenticated (remote) root accesses...
|
|
#RemoteRoot remroot
|
|
|
|
# Do we allow file: device URIs other than to /dev/null?
|
|
#FileDevice No
|
|
|
|
# Permissions for configuration and log files...
|
|
#ConfigFilePerm 0640
|
|
#LogFilePerm 0644
|
|
|
|
# Location of the file logging all access to the scheduler; may be the name
|
|
# "syslog". If not an absolute path, the value of ServerRoot is used as the
|
|
# root directory. Also see the "AccessLogLevel" directive in cupsd.conf.
|
|
AccessLog /data/service/el1/public/print_service/cups/log/access_log
|
|
|
|
# Location of cache files used by the scheduler...
|
|
CacheDir /data/service/el1/public/print_service/cups/cache
|
|
|
|
# Location of data files used by the scheduler...
|
|
DataDir /data/service/el1/public/print_service/cups/datadir
|
|
|
|
# Location of the static web content served by the scheduler...
|
|
DocumentRoot /data/service/el1/public/print_service/cups/doc
|
|
|
|
# Location of the file logging all messages produced by the scheduler and any
|
|
# helper programs; may be the name "syslog". If not an absolute path, the value
|
|
# of ServerRoot is used as the root directory. Also see the "LogLevel"
|
|
# directive in cupsd.conf.
|
|
ErrorLog /data/service/el1/public/print_service/cups/log/error_log
|
|
|
|
# Location of the file logging all pages printed by the scheduler and any
|
|
# helper programs; may be the name "syslog". If not an absolute path, the value
|
|
# of ServerRoot is used as the root directory. Also see the "PageLogFormat"
|
|
# directive in cupsd.conf.
|
|
PageLog /data/service/el1/public/print_service/cups/log/page_log
|
|
|
|
# Location of the file listing all of the local printers...
|
|
Printcap /data/service/el1/public/print_service/cups/printcap
|
|
|
|
# Format of the Printcap file...
|
|
PrintcapFormat bsd
|
|
#PrintcapFormat plist
|
|
#PrintcapFormat solaris
|
|
|
|
# Location of all spool files...
|
|
RequestRoot /data/service/el1/public/print_service/cups/spool
|
|
|
|
# Location of helper programs...
|
|
ServerBin /data/service/el1/public/print_service/cups/serverbin
|
|
|
|
# SSL/TLS keychain for the scheduler...
|
|
#ServerKeychain
|
|
|
|
# Location of other configuration files...
|
|
ServerRoot /data/service/el1/public/print_service/cups
|
|
|
|
# Location of scheduler state files...
|
|
StateDir /data/service/el1/public/print_service/cups/run
|
|
|
|
# Location of scheduler/helper temporary files. This directory is emptied on
|
|
# scheduler startup and cannot be one of the standard (public) temporary
|
|
# directory locations for security reasons...
|
|
TempDir /data/service/el1/public/print_service/cups/spool/tmp |