guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: services: rottlog: Add Rottlog to the global profile.


From: Ludovic Courtès
Subject: 02/05: services: rottlog: Add Rottlog to the global profile.
Date: Mon, 3 Oct 2016 13:26:37 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 26cfc415be663d4c1c3ec6ce40afe7867a346a04
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 3 14:48:01 2016 +0200

    services: rottlog: Add Rottlog to the global profile.
    
    * gnu/services/admin.scm (rottlog-service-type): Extend
    PROFILE-SERVICE-TYPE.
---
 gnu/services/admin.scm |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm
index aeeec4e..d8086b7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]