digraph "Guix shepherd-service" {
"user-file-systems" [label = "user-file-systems", shape = box, fontname = "dejavu sans"];
"user-processes" -> "user-file-systems" [color = cyan3];
"user-processes" [label = "user-processes", shape = box, fontname = "dejavu sans"];
"nscd" -> "user-processes" [color = magenta];
"guix-daemon" -> "user-processes" [color = blue];
"urandom-seed" -> "user-processes" [color = dimgrey];
"syslogd" -> "user-processes" [color = darkgoldenrod];
"term-tty6" -> "user-processes" [color = magenta];
"term-tty5" -> "user-processes" [color = red];
"term-tty4" -> "user-processes" [color = darkgoldenrod];
"term-tty3" -> "user-processes" [color = dimgrey];
"term-tty2" -> "user-processes" [color = darkviolet];
"term-tty1" -> "user-processes" [color = peachpuff4];
"networking" -> "user-processes" [color = dimgrey];
"nscd" [label = "nscd", shape = box, fontname = "dejavu sans"];
"guix-daemon" [label = "guix-daemon", shape = box, fontname = "dejavu sans"];
"urandom-seed" [label = "urandom-seed", shape = box, fontname = "dejavu sans"];
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2023-12-29 20:08:29 +0800 |
committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-12-29 19:48:16 +0100 |
commit | |
---|