all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 8de91f1adc0ecc9b161042e592a0c881f7d19990 1069 bytes (raw)
name: doc/images/service-graph.dot 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 
digraph "Service Type Dependencies" {
  shepherd [shape = box, fontname = "dejavu sans"];
  pam [shape = box, fontname = "dejavu sans"];
  etc [shape = box, fontname = "dejavu sans"];
  profile [shape = box, fontname = "dejavu sans"];
  accounts [shape = box, fontname = "dejavu sans"];
  activation [shape = box, fontname = "dejavu sans"];
  boot [shape = box, fontname = "dejavu sans"];
  system [shape = house, fontname = "dejavu sans"];
  lshd -> shepherd;
  lshd -> pam;
  udev -> shepherd;
  nscd -> shepherd [label = "extends"];
  "nss-mdns" -> nscd;
  "kvm-rules" -> udev;
  colord -> udev;
  dbus -> shepherd;
  colord -> dbus;
  upower -> udev;
  upower -> dbus;
  polkit -> dbus;
  polkit -> pam;
  elogind -> dbus;
  elogind -> udev;
  elogind -> polkit [label = "extends"];
  shepherd -> boot;
  colord -> accounts;
  accounts -> activation;
  accounts -> etc;
  etc -> activation;
  activation -> boot;
  pam -> etc;
  elogind -> pam;
  guix -> shepherd;
  guix -> activation;
  guix -> accounts;
  boot -> system;
  etc -> system;
  profile -> system;
}

debug log:

solving 8de91f1adc ...
found 8de91f1adc in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.