diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-10-03 14:48:01 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-10-03 14:48:44 +0200 |
| commit | 26cfc415be663d4c1c3ec6ce40afe7867a346a04 (patch) | |
| tree | d2e135e0d5d7aa9cf8522abeb6d70bf6c035a6d4 | |
| parent | 4d67ed70a396ff0d374b93ed2b9eeccdc28c04b6 (diff) | |
services: rottlog: Add Rottlog to the global profile.
* gnu/services/admin.scm (rottlog-service-type): Extend
PROFILE-SERVICE-TYPE.
| -rw-r--r-- | gnu/services/admin.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm index aeeec4e83bf..d8086b78d40 100644 --- a/gnu/services/admin.scm +++ b/gnu/services/admin.scm | |||
| @@ -109,6 +109,11 @@ | |||
| 109 | (name 'rottlog) | 109 | (name 'rottlog) |
| 110 | (extensions (list (service-extension etc-service-type rottlog-etc) | 110 | (extensions (list (service-extension etc-service-type rottlog-etc) |
| 111 | (service-extension mcron-service-type | 111 | (service-extension mcron-service-type |
| 112 | rottlog-jobs-or-default))))) | 112 | rottlog-jobs-or-default) |
| 113 | |||
| 114 | ;; Add Rottlog to the global profile so users can access | ||
| 115 | ;; the documentation. | ||
| 116 | (service-extension profile-service-type | ||
| 117 | (compose list rottlog-rottlog)))))) | ||
| 113 | 118 | ||
| 114 | ;;; admin.scm ends here | 119 | ;;; admin.scm ends here |
