[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Fix rottlog configuration sample code.
From: |
Thomas Danckaert |
Subject: |
01/01: doc: Fix rottlog configuration sample code. |
Date: |
Sat, 30 Sep 2017 12:12:28 -0400 (EDT) |
thomasd pushed a commit to branch master
in repository guix.
commit 350cc3a270ab43dc01e1036687e9387375a8c17e
Author: Thomas Danckaert <address@hidden>
Date: Wed Sep 27 17:36:34 2017 +0200
doc: Fix rottlog configuration sample code.
* doc/guix.texi (Log Rotation): Correct code for the default mcron-service.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 1b329d2..c57c0ba 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10014,7 +10014,7 @@ with the default settings, for commonly encountered log
files.
(operating-system
;; @dots{}
- (services (cons* (mcron-service)
+ (services (cons* (service mcron-service-type)
(service rottlog-service-type)
%base-services)))
@end lisp