aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-27 22:21:35 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-27 22:23:16 +0200
commit5231084b479455e6cc892ec3c37c9f599c5bea58 (patch)
treea33e4bcc38a6a74890f67e7ffac66d617dea2cc0 /man/bootup.xml
parentmodules-load: don't fail on builtin modules, better prints (diff)
downloadsystemd-5231084b479455e6cc892ec3c37c9f599c5bea58.tar.gz
systemd-5231084b479455e6cc892ec3c37c9f599c5bea58.tar.bz2
systemd-5231084b479455e6cc892ec3c37c9f599c5bea58.zip
units: add explicit dependency on display-manager.service to graphical.target
This replaces the symlink based dependency by an explicit one in the unit file so that we avoid the dangling symlink when no display manager is installed.
Diffstat (limited to 'man/bootup.xml')
-rw-r--r--man/bootup.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/man/bootup.xml b/man/bootup.xml
index e29c1a016..ed72acfda 100644
--- a/man/bootup.xml
+++ b/man/bootup.xml
@@ -147,18 +147,18 @@
v
basic.target
|
- _________________/| emergency.service
- / | |
- | | v
- v v <emphasis>emergency.target</emphasis>
- (various system (various system
- services services)
- required for |
- graphical UIs) v
- | <emphasis>multi-user.target</emphasis>
- | |
- | _________________/
- |/
+ __________________________________/| emergency.service
+ / | | |
+ | | | v
+ v v v <emphasis>emergency.target</emphasis>
+ display- (various system (various system
+ manager.service services services)
+ | required for |
+ | graphical UIs) v
+ | | <emphasis>multi-user.target</emphasis>
+ | | |
+ \_______________ | _________________/
+ \|/
v
<emphasis>graphical.target</emphasis></programlisting>