diff options
Diffstat (limited to 'gnu/services/admin.scm')
| -rw-r--r-- | gnu/services/admin.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm index 64d7ae723cc..95d055f83d5 100644 --- a/gnu/services/admin.scm +++ b/gnu/services/admin.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> | 2 | ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> |
| 3 | ;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org> | 3 | ;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org> |
| 4 | ;;; | 4 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| 6 | ;;; | 6 | ;;; |
| @@ -92,7 +92,8 @@ | |||
| 92 | 92 | ||
| 93 | (define %rotated-files | 93 | (define %rotated-files |
| 94 | ;; Syslog files subject to rotation. | 94 | ;; Syslog files subject to rotation. |
| 95 | '("/var/log/messages" "/var/log/secure" "/var/log/maillog")) | 95 | '("/var/log/messages" "/var/log/secure" "/var/log/debug" |
| 96 | "/var/log/maillog")) | ||
| 96 | 97 | ||
| 97 | (define %default-rotations | 98 | (define %default-rotations |
| 98 | (list (log-rotation ;syslog files | 99 | (list (log-rotation ;syslog files |
