diff options
author | Thomas Danckaert <post@thomasdanckaert.be> | 2017-09-27 17:36:34 +0200 |
---|---|---|
committer | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-09-30 18:11:12 +0200 |
commit | 350cc3a270ab43dc01e1036687e9387375a8c17e (patch) | |
tree | 8dd3d71a25c18a6da132a221bec04db87c7cc205 /doc/guix.texi | |
parent | 58b2835d03bb6584b90604ce4cea8b407ab6eb76 (diff) | |
download | guix-350cc3a270ab43dc01e1036687e9387375a8c17e.tar guix-350cc3a270ab43dc01e1036687e9387375a8c17e.tar.gz |
doc: Fix rottlog configuration sample code.
* doc/guix.texi (Log Rotation): Correct code for the default mcron-service.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1b329d255a..c57c0bab63 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 |