diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-04-06 11:47:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-06 12:07:49 +0200 |
commit | 0468455e7d279c89ea3ad1b51935efb2b785ec47 (patch) | |
tree | 7897b257201a5b651e50aaaeb0f3ae47fe2b9547 /gnu/services | |
parent | 11dee1bb8fbe6efd85280ca58f3bd2f90baef31a (diff) | |
download | patches-0468455e7d279c89ea3ad1b51935efb2b785ec47.tar patches-0468455e7d279c89ea3ad1b51935efb2b785ec47.tar.gz |
services: Add 'rottlog-service-type' to '%base-services'.
* gnu/services/base.scm (%base-services): Add an instance of
ROTTLOG-SERVICE-TYPE.
* doc/guix.texi (Log Rotation): Mention that it's part of
%BASE-SERVICES and change example.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/base.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 8d9a563e2b..a0179c0259 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -2444,6 +2444,8 @@ to handle." (service guix-service-type) (service nscd-service-type) + (service rottlog-service-type) + ;; The LVM2 rules are needed as soon as LVM2 or the device-mapper is ;; used, so enable them by default. The FUSE and ALSA rules are ;; less critical, but handy. |