[systemd-commits] units/fedora
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Aug 3 14:53:24 PDT 2010
units/fedora/prefdm.service | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit a48bcc46beb414588d25707df6b233611478313d
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Aug 3 23:53:17 2010 +0200
units: add conflicts between prefdm and getty at tty1 to avoid race for tty1
diff --git a/units/fedora/prefdm.service b/units/fedora/prefdm.service
index 79a2af3..acce52e 100644
--- a/units/fedora/prefdm.service
+++ b/units/fedora/prefdm.service
@@ -9,6 +9,10 @@
Description=Display Manager
After=syslog.target haldaemon.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
+
[Service]
ExecStart=/etc/X11/prefdm -nodaemon
More information about the systemd-commits
mailing list