diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-12-17 14:45:11 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-17 14:46:42 +0100 |
| commit | aaee461b9d5fb85fc1a548877dc7eea3dd4fbf50 (patch) | |
| tree | 43d62faf675e312532fbc7bde22c7416f9df9a19 /doc/images/shepherd-graph.dot | |
| parent | a6562c7e206650ff3d8e6764e60c59a768414bf7 (diff) | |
doc: Update dot graphs.
* doc/images/bootstrap-packages.dot,
doc/images/coreutils-bag-graph.dot, doc/images/coreutils-graph.dot,
doc/images/shepherd-graph.dot: Regenerate.
Diffstat (limited to 'doc/images/shepherd-graph.dot')
| -rw-r--r-- | doc/images/shepherd-graph.dot | 86 |
1 files changed, 41 insertions, 45 deletions
diff --git a/doc/images/shepherd-graph.dot b/doc/images/shepherd-graph.dot index cc9aa441a18..35b27946891 100644 --- a/doc/images/shepherd-graph.dot +++ b/doc/images/shepherd-graph.dot | |||
| @@ -1,75 +1,71 @@ | |||
| 1 | digraph "Guix shepherd-service" { | 1 | digraph "Guix shepherd-service" { |
| 2 | "user-file-systems" [label = "user-file-systems", shape = box, fontname = Helvetica]; | 2 | "user-file-systems" [label = "user-file-systems", shape = box, fontname = Helvetica]; |
| 3 | "user-processes" -> "user-file-systems" [color = red]; | 3 | "user-processes" -> "user-file-systems" [color = cyan3]; |
| 4 | "user-processes" [label = "user-processes", shape = box, fontname = Helvetica]; | 4 | "user-processes" [label = "user-processes", shape = box, fontname = Helvetica]; |
| 5 | "nscd" -> "user-processes" [color = red]; | 5 | "nscd" -> "user-processes" [color = magenta]; |
| 6 | "guix-daemon" -> "user-processes" [color = red]; | 6 | "guix-daemon" -> "user-processes" [color = blue]; |
| 7 | "syslogd" -> "user-processes" [color = red]; | 7 | "urandom-seed" -> "user-processes" [color = dimgrey]; |
| 8 | "term-tty6" -> "user-processes" [color = red]; | 8 | "syslogd" -> "user-processes" [color = darkgoldenrod]; |
| 9 | "term-tty6" -> "user-processes" [color = magenta]; | ||
| 9 | "term-tty5" -> "user-processes" [color = red]; | 10 | "term-tty5" -> "user-processes" [color = red]; |
| 10 | "term-tty4" -> "user-processes" [color = red]; | 11 | "term-tty4" -> "user-processes" [color = darkgoldenrod]; |
| 11 | "term-tty3" -> "user-processes" [color = red]; | 12 | "term-tty3" -> "user-processes" [color = dimgrey]; |
| 12 | "term-tty2" -> "user-processes" [color = red]; | 13 | "term-tty2" -> "user-processes" [color = darkviolet]; |
| 13 | "term-tty1" -> "user-processes" [color = red]; | 14 | "term-tty1" -> "user-processes" [color = peachpuff4]; |
| 14 | "networking" -> "user-processes" [color = red]; | 15 | "networking" -> "user-processes" [color = dimgrey]; |
| 15 | "nscd" [label = "nscd", shape = box, fontname = Helvetica]; | 16 | "nscd" [label = "nscd", shape = box, fontname = Helvetica]; |
| 16 | "guix-daemon" [label = "guix-daemon", shape = box, fontname = Helvetica]; | 17 | "guix-daemon" [label = "guix-daemon", shape = box, fontname = Helvetica]; |
| 18 | "urandom-seed" [label = "urandom-seed", shape = box, fontname = Helvetica]; | ||
| 17 | "syslogd" [label = "syslogd", shape = box, fontname = Helvetica]; | 19 | "syslogd" [label = "syslogd", shape = box, fontname = Helvetica]; |
| 18 | "ssh-daemon" -> "syslogd" [color = red]; | 20 | "ssh-daemon" -> "syslogd" [color = darkgoldenrod]; |
| 19 | "ssh-daemon" [label = "ssh-daemon", shape = box, fontname = Helvetica]; | 21 | "ssh-daemon" [label = "ssh-daemon", shape = box, fontname = Helvetica]; |
| 20 | "term-tty6" [label = "term-tty6", shape = box, fontname = Helvetica]; | 22 | "term-tty6" [label = "term-tty6", shape = box, fontname = Helvetica]; |
| 21 | "console-font-tty6" -> "term-tty6" [color = red]; | 23 | "console-font-tty6" -> "term-tty6" [color = darkgoldenrod]; |
| 22 | "console-font-tty6" [label = "console-font-tty6", shape = box, fontname = Helvetica]; | 24 | "console-font-tty6" [label = "console-font-tty6", shape = box, fontname = Helvetica]; |
| 23 | "term-tty5" [label = "term-tty5", shape = box, fontname = Helvetica]; | 25 | "term-tty5" [label = "term-tty5", shape = box, fontname = Helvetica]; |
| 24 | "console-font-tty5" -> "term-tty5" [color = red]; | 26 | "console-font-tty5" -> "term-tty5" [color = dimgrey]; |
| 25 | "console-font-tty5" [label = "console-font-tty5", shape = box, fontname = Helvetica]; | 27 | "console-font-tty5" [label = "console-font-tty5", shape = box, fontname = Helvetica]; |
| 26 | "term-tty4" [label = "term-tty4", shape = box, fontname = Helvetica]; | 28 | "term-tty4" [label = "term-tty4", shape = box, fontname = Helvetica]; |
| 27 | "console-font-tty4" -> "term-tty4" [color = red]; | 29 | "console-font-tty4" -> "term-tty4" [color = darkviolet]; |
| 28 | "console-font-tty4" [label = "console-font-tty4", shape = box, fontname = Helvetica]; | 30 | "console-font-tty4" [label = "console-font-tty4", shape = box, fontname = Helvetica]; |
| 29 | "term-tty3" [label = "term-tty3", shape = box, fontname = Helvetica]; | 31 | "term-tty3" [label = "term-tty3", shape = box, fontname = Helvetica]; |
| 30 | "console-font-tty3" -> "term-tty3" [color = red]; | 32 | "console-font-tty3" -> "term-tty3" [color = peachpuff4]; |
| 31 | "console-font-tty3" [label = "console-font-tty3", shape = box, fontname = Helvetica]; | 33 | "console-font-tty3" [label = "console-font-tty3", shape = box, fontname = Helvetica]; |
| 32 | "term-tty2" [label = "term-tty2", shape = box, fontname = Helvetica]; | 34 | "term-tty2" [label = "term-tty2", shape = box, fontname = Helvetica]; |
| 33 | "console-font-tty2" -> "term-tty2" [color = red]; | 35 | "console-font-tty2" -> "term-tty2" [color = darkseagreen]; |
| 34 | "console-font-tty2" [label = "console-font-tty2", shape = box, fontname = Helvetica]; | 36 | "console-font-tty2" [label = "console-font-tty2", shape = box, fontname = Helvetica]; |
| 35 | "term-tty1" [label = "term-tty1", shape = box, fontname = Helvetica]; | 37 | "term-tty1" [label = "term-tty1", shape = box, fontname = Helvetica]; |
| 36 | "console-font-tty1" -> "term-tty1" [color = red]; | 38 | "console-font-tty1" -> "term-tty1" [color = cyan3]; |
| 37 | "console-font-tty1" [label = "console-font-tty1", shape = box, fontname = Helvetica]; | 39 | "console-font-tty1" [label = "console-font-tty1", shape = box, fontname = Helvetica]; |
| 38 | "networking" [label = "networking", shape = box, fontname = Helvetica]; | 40 | "networking" [label = "networking", shape = box, fontname = Helvetica]; |
| 39 | "ssh-daemon" -> "networking" [color = red]; | 41 | "ssh-daemon" -> "networking" [color = darkgoldenrod]; |
| 40 | "root-file-system" [label = "root-file-system", shape = box, fontname = Helvetica]; | 42 | "root-file-system" [label = "root-file-system", shape = box, fontname = Helvetica]; |
| 41 | "file-system-/run/user" -> "root-file-system" [color = red]; | 43 | "file-system-/dev/pts" -> "root-file-system" [color = peachpuff4]; |
| 42 | "file-system-/run/systemd" -> "root-file-system" [color = red]; | 44 | "file-system-/dev/shm" -> "root-file-system" [color = darkgoldenrod]; |
| 43 | "file-system-/gnu/store" -> "root-file-system" [color = red]; | 45 | "file-system-/gnu/store" -> "root-file-system" [color = blue]; |
| 44 | "file-system-/dev/shm" -> "root-file-system" [color = red]; | 46 | "user-processes" -> "root-file-system" [color = cyan3]; |
| 45 | "file-system-/dev/pts" -> "root-file-system" [color = red]; | 47 | "udev" -> "root-file-system" [color = darkseagreen]; |
| 46 | "user-processes" -> "root-file-system" [color = red]; | ||
| 47 | "udev" -> "root-file-system" [color = red]; | ||
| 48 | "file-system-/run/user" [label = "file-system-/run/user", shape = box, fontname = Helvetica]; | ||
| 49 | "user-processes" -> "file-system-/run/user" [color = red]; | ||
| 50 | "file-system-/run/systemd" [label = "file-system-/run/systemd", shape = box, fontname = Helvetica]; | ||
| 51 | "user-processes" -> "file-system-/run/systemd" [color = red]; | ||
| 52 | "file-system-/gnu/store" [label = "file-system-/gnu/store", shape = box, fontname = Helvetica]; | ||
| 53 | "user-processes" -> "file-system-/gnu/store" [color = red]; | ||
| 54 | "file-system-/dev/shm" [label = "file-system-/dev/shm", shape = box, fontname = Helvetica]; | ||
| 55 | "user-processes" -> "file-system-/dev/shm" [color = red]; | ||
| 56 | "file-system-/dev/pts" [label = "file-system-/dev/pts", shape = box, fontname = Helvetica]; | 48 | "file-system-/dev/pts" [label = "file-system-/dev/pts", shape = box, fontname = Helvetica]; |
| 57 | "user-processes" -> "file-system-/dev/pts" [color = red]; | 49 | "user-processes" -> "file-system-/dev/pts" [color = cyan3]; |
| 50 | "file-system-/dev/shm" [label = "file-system-/dev/shm", shape = box, fontname = Helvetica]; | ||
| 51 | "user-processes" -> "file-system-/dev/shm" [color = cyan3]; | ||
| 52 | "file-system-/gnu/store" [label = "file-system-/gnu/store", shape = box, fontname = Helvetica]; | ||
| 53 | "user-processes" -> "file-system-/gnu/store" [color = cyan3]; | ||
| 58 | "udev" [label = "udev", shape = box, fontname = Helvetica]; | 54 | "udev" [label = "udev", shape = box, fontname = Helvetica]; |
| 59 | "term-tty6" -> "udev" [color = red]; | 55 | "term-tty6" -> "udev" [color = magenta]; |
| 60 | "term-tty5" -> "udev" [color = red]; | 56 | "term-tty5" -> "udev" [color = red]; |
| 61 | "term-tty4" -> "udev" [color = red]; | 57 | "term-tty4" -> "udev" [color = darkgoldenrod]; |
| 62 | "term-tty3" -> "udev" [color = red]; | 58 | "term-tty3" -> "udev" [color = dimgrey]; |
| 63 | "term-tty2" -> "udev" [color = red]; | 59 | "term-tty2" -> "udev" [color = darkviolet]; |
| 64 | "term-tty1" -> "udev" [color = red]; | 60 | "term-tty1" -> "udev" [color = peachpuff4]; |
| 65 | "networking" -> "udev" [color = red]; | 61 | "networking" -> "udev" [color = dimgrey]; |
| 66 | "host-name" [label = "host-name", shape = box, fontname = Helvetica]; | 62 | "host-name" [label = "host-name", shape = box, fontname = Helvetica]; |
| 67 | "term-tty6" -> "host-name" [color = red]; | 63 | "term-tty6" -> "host-name" [color = magenta]; |
| 68 | "term-tty5" -> "host-name" [color = red]; | 64 | "term-tty5" -> "host-name" [color = red]; |
| 69 | "term-tty4" -> "host-name" [color = red]; | 65 | "term-tty4" -> "host-name" [color = darkgoldenrod]; |
| 70 | "term-tty3" -> "host-name" [color = red]; | 66 | "term-tty3" -> "host-name" [color = dimgrey]; |
| 71 | "term-tty2" -> "host-name" [color = red]; | 67 | "term-tty2" -> "host-name" [color = darkviolet]; |
| 72 | "term-tty1" -> "host-name" [color = red]; | 68 | "term-tty1" -> "host-name" [color = peachpuff4]; |
| 73 | "loopback" [label = "loopback", shape = box, fontname = Helvetica]; | 69 | "loopback" [label = "loopback", shape = box, fontname = Helvetica]; |
| 74 | 70 | ||
| 75 | } | 71 | } |
