doc: Fix rottlog configuration sample code.

* doc/guix.texi (Log Rotation): Correct code for the default mcron-service.
This commit is contained in:
Thomas Danckaert 2017-09-27 17:36:34 +02:00 committed by Thomas Danckaert
parent 58b2835d03
commit 350cc3a270
No known key found for this signature in database
GPG key ID: 5C3B064C724A5726

View file

@ -10014,7 +10014,7 @@ with the default settings, for commonly encountered log files.
(operating-system (operating-system
;; @dots{} ;; @dots{}
(services (cons* (mcron-service) (services (cons* (service mcron-service-type)
(service rottlog-service-type) (service rottlog-service-type)
%base-services))) %base-services)))
@end lisp @end lisp