shepherd-graph.dot 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. digraph "Guix shepherd-service" {
  2. "user-file-systems" [label = "user-file-systems", shape = box, fontname = Helvetica];
  3. "user-processes" -> "user-file-systems" [color = cyan3];
  4. "user-processes" [label = "user-processes", shape = box, fontname = Helvetica];
  5. "nscd" -> "user-processes" [color = magenta];
  6. "guix-daemon" -> "user-processes" [color = blue];
  7. "urandom-seed" -> "user-processes" [color = dimgrey];
  8. "syslogd" -> "user-processes" [color = darkgoldenrod];
  9. "term-tty6" -> "user-processes" [color = magenta];
  10. "term-tty5" -> "user-processes" [color = red];
  11. "term-tty4" -> "user-processes" [color = darkgoldenrod];
  12. "term-tty3" -> "user-processes" [color = dimgrey];
  13. "term-tty2" -> "user-processes" [color = darkviolet];
  14. "term-tty1" -> "user-processes" [color = peachpuff4];
  15. "networking" -> "user-processes" [color = dimgrey];
  16. "nscd" [label = "nscd", shape = box, fontname = Helvetica];
  17. "guix-daemon" [label = "guix-daemon", shape = box, fontname = Helvetica];
  18. "urandom-seed" [label = "urandom-seed", shape = box, fontname = Helvetica];
  19. "syslogd" [label = "syslogd", shape = box, fontname = Helvetica];
  20. "ssh-daemon" -> "syslogd" [color = darkgoldenrod];
  21. "ssh-daemon" [label = "ssh-daemon", shape = box, fontname = Helvetica];
  22. "term-tty6" [label = "term-tty6", shape = box, fontname = Helvetica];
  23. "console-font-tty6" -> "term-tty6" [color = darkgoldenrod];
  24. "console-font-tty6" [label = "console-font-tty6", shape = box, fontname = Helvetica];
  25. "term-tty5" [label = "term-tty5", shape = box, fontname = Helvetica];
  26. "console-font-tty5" -> "term-tty5" [color = dimgrey];
  27. "console-font-tty5" [label = "console-font-tty5", shape = box, fontname = Helvetica];
  28. "term-tty4" [label = "term-tty4", shape = box, fontname = Helvetica];
  29. "console-font-tty4" -> "term-tty4" [color = darkviolet];
  30. "console-font-tty4" [label = "console-font-tty4", shape = box, fontname = Helvetica];
  31. "term-tty3" [label = "term-tty3", shape = box, fontname = Helvetica];
  32. "console-font-tty3" -> "term-tty3" [color = peachpuff4];
  33. "console-font-tty3" [label = "console-font-tty3", shape = box, fontname = Helvetica];
  34. "term-tty2" [label = "term-tty2", shape = box, fontname = Helvetica];
  35. "console-font-tty2" -> "term-tty2" [color = darkseagreen];
  36. "console-font-tty2" [label = "console-font-tty2", shape = box, fontname = Helvetica];
  37. "term-tty1" [label = "term-tty1", shape = box, fontname = Helvetica];
  38. "console-font-tty1" -> "term-tty1" [color = cyan3];
  39. "console-font-tty1" [label = "console-font-tty1", shape = box, fontname = Helvetica];
  40. "networking" [label = "networking", shape = box, fontname = Helvetica];
  41. "ssh-daemon" -> "networking" [color = darkgoldenrod];
  42. "root-file-system" [label = "root-file-system", shape = box, fontname = Helvetica];
  43. "file-system-/dev/pts" -> "root-file-system" [color = peachpuff4];
  44. "file-system-/dev/shm" -> "root-file-system" [color = darkgoldenrod];
  45. "file-system-/gnu/store" -> "root-file-system" [color = blue];
  46. "user-processes" -> "root-file-system" [color = cyan3];
  47. "udev" -> "root-file-system" [color = darkseagreen];
  48. "file-system-/dev/pts" [label = "file-system-/dev/pts", shape = box, fontname = Helvetica];
  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];
  54. "udev" [label = "udev", shape = box, fontname = Helvetica];
  55. "term-tty6" -> "udev" [color = magenta];
  56. "term-tty5" -> "udev" [color = red];
  57. "term-tty4" -> "udev" [color = darkgoldenrod];
  58. "term-tty3" -> "udev" [color = dimgrey];
  59. "term-tty2" -> "udev" [color = darkviolet];
  60. "term-tty1" -> "udev" [color = peachpuff4];
  61. "networking" -> "udev" [color = dimgrey];
  62. "host-name" [label = "host-name", shape = box, fontname = Helvetica];
  63. "term-tty6" -> "host-name" [color = magenta];
  64. "term-tty5" -> "host-name" [color = red];
  65. "term-tty4" -> "host-name" [color = darkgoldenrod];
  66. "term-tty3" -> "host-name" [color = dimgrey];
  67. "term-tty2" -> "host-name" [color = darkviolet];
  68. "term-tty1" -> "host-name" [color = peachpuff4];
  69. "loopback" [label = "loopback", shape = box, fontname = Helvetica];
  70. }