diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-23 02:32:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-23 02:51:30 +0200 |
commit | c655bbb376d2dd73805cef344c496f6f77b22d0f (patch) | |
tree | fda4047d06a7f9e3f7aac8185a9dc2656e8bb614 /gnu/services | |
parent | e02123bd944fe21a553c9449d15f8e25238cc4a0 (diff) |
services: cups: Support CUPS 2.3.3op2's LogFileGroup directive.
* gnu/services/cups.scm (<files-configuration>): Add a log-file-group
field.
* doc/guix.texi (Printing Services): Document it.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/cups.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm index 20e3917b93..13657e36a7 100644 --- a/gnu/services/cups.scm +++ b/gnu/services/cups.scm @@ -418,6 +418,9 @@ queues. The URI @url{file:///dev/null} is always allowed.") (string "lp") "Specifies the group name or ID that will be used when executing external programs.") + (log-file-group + (string "lpadmin") + "Specifies the group name or ID that will be used for log files.") (log-file-perm (string "0644") "Specifies the permissions for all log files that the scheduler writes.") |