summary refs log tree commit diff
path: root/doc/images/service-graph.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/images/service-graph.dot')
-rw-r--r--doc/images/service-graph.dot7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/images/service-graph.dot b/doc/images/service-graph.dot
index 3397b878e9..b084005984 100644
--- a/doc/images/service-graph.dot
+++ b/doc/images/service-graph.dot
@@ -2,9 +2,11 @@ digraph "Service Type Dependencies" {
   dmd [shape = box, fontname = Helvetica];
   pam [shape = box, fontname = Helvetica];
   etc [shape = box, fontname = Helvetica];
+  profile [shape = box, fontname = Helvetica];
   accounts [shape = box, fontname = Helvetica];
   activation [shape = box, fontname = Helvetica];
-  boot [shape = house, fontname = Helvetica];
+  boot [shape = box, fontname = Helvetica];
+  system [shape = house, fontname = Helvetica];
   lshd -> dmd;
   lshd -> pam;
   udev -> dmd;
@@ -32,4 +34,7 @@ digraph "Service Type Dependencies" {
   guix -> dmd;
   guix -> activation;
   guix -> accounts;
+  boot -> system;
+  etc -> system;
+  profile -> system;
 }