summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <mpitt@debian.org>2016-08-09 18:11:38 +0200
committerDidier Raboud <odyx@debian.org>2020-11-28 16:39:06 +0100
commit05d0d71da026f952e59978bec1a27d804879edc4 (patch)
treefba76d4d6eaedb8e43c2e35d0a809638960a19c0
parent73c8384916c0683c40f9cb0570b8d5485455f486 (diff)
Debian: Set LogFileGroup to adm
-rw-r--r--conf/cups-files.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/cups-files.conf.in b/conf/cups-files.conf.in
index af11fcce6..80ca35145 100644
--- a/conf/cups-files.conf.in
+++ b/conf/cups-files.conf.in
@@ -29,6 +29,10 @@ SystemGroup @CUPS_SYSTEM_GROUPS@
#ConfigFilePerm 0@CUPS_CONFIG_FILE_PERM@
#LogFilePerm 0@CUPS_LOG_FILE_PERM@
+# Specifies the group name or ID that will be used for log files.
+# The default group in Debian is "adm".
+LogFileGroup adm
+
# 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.