Skip to content
Snippets Groups Projects
Unverified Commit 350cc3a2 authored by Thomas Danckaert's avatar Thomas Danckaert
Browse files

doc: Fix rottlog configuration sample code.

* doc/guix.texi (Log Rotation): Correct code for the default mcron-service.
parent 58b2835d
No related branches found
No related tags found
No related merge requests found
...@@ -10014,7 +10014,7 @@ with the default settings, for commonly encountered log files. ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment