1 digraph "Service Type Dependencies" {
2 shepherd [
shape =
box, fontname = Helvetica]
;
3 pam [
shape =
box, fontname = Helvetica]
;
4 etc [
shape =
box, fontname = Helvetica]
;
5 profile [
shape =
box, fontname = Helvetica]
;
6 accounts [
shape =
box, fontname = Helvetica]
;
7 activation [
shape =
box, fontname = Helvetica]
;
8 boot [
shape =
box, fontname = Helvetica]
;
9 system [
shape =
house, fontname = Helvetica]
;
13 nscd
-> shepherd [
label =
"extends"]
;
25 elogind
-> polkit [
label =
"extends"]
;
28 accounts
-> activation
;