[systemd-commits] units/fedora
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Sep 13 17:02:16 PDT 2010
units/fedora/prefdm.service | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 11ffbaf0102ea7943f8dd4f22856b6202d709183
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Sep 14 02:02:06 2010 +0200
prefdm: make sure we start prefdm only after the getty is killed
diff --git a/units/fedora/prefdm.service b/units/fedora/prefdm.service
index 22ee54d..efb83fe 100644
--- a/units/fedora/prefdm.service
+++ b/units/fedora/prefdm.service
@@ -12,6 +12,7 @@ After=syslog.target livesys-late.service
# On Fedora gdm/X11 is on tty1. We explicitly cancel the getty here to
# avoid any races around that.
Conflicts=getty at tty1.service plymouth-quit.service
+After=getty at tty1.service plymouth-quit.service
[Service]
ExecStart=/etc/X11/prefdm -nodaemon
More information about the systemd-commits
mailing list