summaryrefslogtreecommitdiff
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.dot16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/images/service-graph.dot b/doc/images/service-graph.dot
index b7b617abbc..8de91f1adc 100644
--- a/doc/images/service-graph.dot
+++ b/doc/images/service-graph.dot
@@ -1,12 +1,12 @@
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];
+ 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;