mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
services: rottlog: Add Rottlog to the global profile.
* gnu/services/admin.scm (rottlog-service-type): Extend PROFILE-SERVICE-TYPE.
This commit is contained in:
parent
4d67ed70a3
commit
26cfc415be
1 changed files with 6 additions and 1 deletions
|
@ -109,6 +109,11 @@ (define rottlog-service-type
|
||||||
(name 'rottlog)
|
(name 'rottlog)
|
||||||
(extensions (list (service-extension etc-service-type rottlog-etc)
|
(extensions (list (service-extension etc-service-type rottlog-etc)
|
||||||
(service-extension mcron-service-type
|
(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
|
;;; admin.scm ends here
|
||||||
|
|
Loading…
Reference in a new issue