me
/
guix
Archived
1
0
Fork 0

services: rottlog: Add Rottlog to the global profile.

* gnu/services/admin.scm (rottlog-service-type): Extend
PROFILE-SERVICE-TYPE.
master
Ludovic Courtès 2016-10-03 14:48:01 +02:00
parent 4d67ed70a3
commit 26cfc415be
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 1 deletions

View File

@ -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