services: rottlog: Add /var/log/debug to '%default-rotations'.
* gnu/services/admin.scm (%rotated-files): Add "/var/log/debug".
This commit is contained in:
parent
4d7c5f6d7e
commit
7fe1432a2e
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -92,7 +92,8 @@
|
||||||
|
|
||||||
(define %rotated-files
|
(define %rotated-files
|
||||||
;; Syslog files subject to rotation.
|
;; Syslog files subject to rotation.
|
||||||
'("/var/log/messages" "/var/log/secure" "/var/log/maillog"))
|
'("/var/log/messages" "/var/log/secure" "/var/log/debug"
|
||||||
|
"/var/log/maillog"))
|
||||||
|
|
||||||
(define %default-rotations
|
(define %default-rotations
|
||||||
(list (log-rotation ;syslog files
|
(list (log-rotation ;syslog files
|
||||||
|
|
Loading…
Reference in New Issue