diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-11-02 21:52:28 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-02 22:25:12 +0100 |
| commit | af4c3fd5e37d477bffce167909fbc0776a860204 (patch) | |
| tree | b055a36138d5033d9acf64a1b4c86f968d0caa9b /doc/images | |
| parent | d62e201cfd0f1e48c14586489d0e2b80ce943d4f (diff) | |
services: Add 'profile-service-type'.
* gnu/services.scm (packages->profile-entry): New procedure.
(profile-service-type): New variable.
* gnu/system.scm (operating-system-directory-base-entries): Remove
the "profile" entry.
(essential-services): Add a PROFILE-SERVICE-TYPE instance.
(operating-system-profile): Rewrite in terms of 'fold-services'.
* doc/guix.texi (Service Reference): Add 'profile-service-type'.
* doc/images/service-graph.dot: Likewise.
Diffstat (limited to 'doc/images')
| -rw-r--r-- | doc/images/service-graph.dot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/images/service-graph.dot b/doc/images/service-graph.dot index 04f231bb098..b0840059847 100644 --- a/doc/images/service-graph.dot +++ b/doc/images/service-graph.dot | |||
| @@ -2,6 +2,7 @@ digraph "Service Type Dependencies" { | |||
| 2 | dmd [shape = box, fontname = Helvetica]; | 2 | dmd [shape = box, fontname = Helvetica]; |
| 3 | pam [shape = box, fontname = Helvetica]; | 3 | pam [shape = box, fontname = Helvetica]; |
| 4 | etc [shape = box, fontname = Helvetica]; | 4 | etc [shape = box, fontname = Helvetica]; |
| 5 | profile [shape = box, fontname = Helvetica]; | ||
| 5 | accounts [shape = box, fontname = Helvetica]; | 6 | accounts [shape = box, fontname = Helvetica]; |
| 6 | activation [shape = box, fontname = Helvetica]; | 7 | activation [shape = box, fontname = Helvetica]; |
| 7 | boot [shape = box, fontname = Helvetica]; | 8 | boot [shape = box, fontname = Helvetica]; |
| @@ -35,4 +36,5 @@ digraph "Service Type Dependencies" { | |||
| 35 | guix -> accounts; | 36 | guix -> accounts; |
| 36 | boot -> system; | 37 | boot -> system; |
| 37 | etc -> system; | 38 | etc -> system; |
| 39 | profile -> system; | ||
| 38 | } | 40 | } |
