diff options
author | EuAndreh <eu@euandre.org> | 2025-01-20 11:59:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-20 11:59:32 -0300 |
commit | 4673eb663b9bfb94c8f2535a4b019a7784021d31 (patch) | |
tree | 2122b59edae9b905e08d8f365e14c31a475ef2de | |
parent | packages.scm: Stick to default %base-services (diff) | |
download | packages-4673eb663b9bfb94c8f2535a4b019a7784021d31.tar.gz packages-4673eb663b9bfb94c8f2535a4b019a7784021d31.tar.xz |
packages.scm: Comment (log-rotation ...) contents
-rw-r--r-- | src/org/euandre/packages.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/org/euandre/packages.scm b/src/org/euandre/packages.scm index b07943b..12a998b 100644 --- a/src/org/euandre/packages.scm +++ b/src/org/euandre/packages.scm @@ -560,6 +560,7 @@ (match-record config <syskeep-configuration> (log-file) (list +#; (log-rotation (frequency 'weekly) (files (list log-file)) @@ -859,6 +860,7 @@ root ALL=(ALL) ALL (m:match config (($ config-type _name _package _user _group log-file) (list +#; (log-rotation (frequency 'weekly) (files (list log-file)) |