[systemd-commits] units/graphical.target.m4

Lennart Poettering lennart at kemper.freedesktop.org
Tue Aug 3 14:58:31 PDT 2010


 units/graphical.target.m4 |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 14a35a84fa8550f579ba0769f81ea7f4ab5c0bcf
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Aug 3 23:58:23 2010 +0200

    units: make sure that prefdm wins over the getty if both are pulled in

diff --git a/units/graphical.target.m4 b/units/graphical.target.m4
index 468770a..3fb1526 100644
--- a/units/graphical.target.m4
+++ b/units/graphical.target.m4
@@ -14,8 +14,11 @@ After=multi-user.target
 Conflicts=rescue.target
 m4_dnl
 m4_ifdef(`TARGET_FEDORA',
-m4_dnl On Fedora Runlevel 5 is graphical login
+# On Fedora Runlevel 5 is graphical login
 Names=runlevel5.target
+# Pull in prefdm via requires, to make sure when it conflicts with
+# getty at tty1.service it takes precedence.
+Requires=prefdm.service
 )m4_dnl
 m4_ifdef(`TARGET_SUSE',
 Names=runlevel5.target


More information about the systemd-commits mailing list