summary refs log tree commit diff
path: root/gnu/services
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/admin.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm
index aeeec4e83b..d8086b78d4 100644
--- a/gnu/services/admin.scm
+++ b/gnu/services/admin.scm
@@ -109,6 +109,11 @@
    (name 'rottlog)
    (extensions (list (service-extension etc-service-type rottlog-etc)
                      (service-extension mcron-service-type
-                                        rottlog-jobs-or-default)))))
+                                        rottlog-jobs-or-default)
+
+                     ;; Add Rottlog to the global profile so users can access
+                     ;; the documentation.
+                     (service-extension profile-service-type
+                                        (compose list rottlog-rottlog))))))
 
 ;;; admin.scm ends here