summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-29 12:34:50 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-29 17:00:05 +0100
commit8fa844dccff70824ff063bfe5f409c47f5699d73 (patch)
tree6e5a3ca5d03eb7ede543853023cf75c747d70542 /units
parent679bda6a739fbd0b5c9eca04f20fdd48bf8c006d (diff)
units: make graphical.target dependencies more complete and similar to those of multi-user.target
Diffstat (limited to 'units')
-rw-r--r--units/graphical.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/graphical.target b/units/graphical.target
index a2c4532e4..87be97e13 100644
--- a/units/graphical.target
+++ b/units/graphical.target
@@ -9,7 +9,7 @@
Description=Graphical Interface
Documentation=man:systemd.special(7)
Requires=multi-user.target
-After=multi-user.target
-Conflicts=rescue.target
Wants=display-manager.service
+Conflicts=rescue.service rescue.target
+After=multi-user.target rescue.service rescue.target display-manager.service
AllowIsolate=yes