digraph "Service Type Dependencies" { shepherd [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 = box, fontname = Helvetica]; system [shape = house, fontname = Helvetica]; 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; } ref='/guix/about/'>aboutsummaryrefslogtreecommitdiff
path: root/doc/images
AgeCommit message (Expand)Author
2020-05-22doc: Update 'Bootstrapping' for further binary seed reduction....Jan Nieuwenhuizen
2019-03-14Merge branch 'staging' into core-updatesMarius Bakke
2019-03-13doc: Document the graphical installer some more....Ludovic Courtès
2018-12-16doc: Update mesboot graph without bootstrap-guile....Jan Nieuwenhuizen
2018-11-24doc: Update for bootstrap-mescc-tools change....Jan Nieuwenhuizen
2018-09-23doc: Describe the Reduced Binary Seed bootstrap....Jan Nieuwenhuizen
2016-12-17doc: Update dot graphs....Ludovic Courtès
2016-01-29guix system: Rename 'dmd-graph' to 'shepherd-graph'....Alex Kost
2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost
2016-01-12doc: Show bootstrapping at the package level....Ludovic Courtès
2015-11-02services: Add 'profile-service-type'....Ludovic Courtès
2015-11-02services: Add 'system-service-type'....Ludovic Courtès
2015-10-15doc: Regenerate 'guix graph' examples....Ludovic Courtès
2015-10-14guix system: Add 'dmd-graph' command....Ludovic Courtès
2015-10-10services: Introduce extensible services....Ludovic Courtès