diff options
-rw-r--r-- | gnu/services/admin.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm index 0b4ecaeb83..6951c7a9fd 100644 --- a/gnu/services/admin.scm +++ b/gnu/services/admin.scm @@ -93,7 +93,10 @@ (list (log-rotation ;syslog files (files %rotated-files) - (options '(;; Run post-rotate once per rotation + (frequency 'weekly) + (options '(;; These files are worth keeping for a few weeks. + "rotate 16" + ;; Run post-rotate once per rotation "sharedscripts" ;; Append .gz to rotated files "storefile @FILENAME.@COMP_EXT")) |