summaryrefslogtreecommitdiff
path: root/data/gdm.service.in
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2022-03-01 14:26:25 -0500
committerRay Strode <rstrode@redhat.com>2022-03-01 15:40:13 -0500
commit876751b13ffc64ef3b9654bd7fb6151074e9daf2 (patch)
tree5534439a321af223de30a901e92f99f2e8957d01 /data/gdm.service.in
parent45daec660b6288748f4bec6410765829eed926c2 (diff)
downloadgdm-876751b13ffc64ef3b9654bd7fb6151074e9daf2.tar.gz
Revert "data: Don't race with vendor nvidia driver at startup"
GDM now blocks itself at runtime until udev is ready, so there's no point in delaying GDM startup, too. This commit reverts udev and systemd logic put in place to stall GDM start up until udev finished.
Diffstat (limited to 'data/gdm.service.in')
-rw-r--r--data/gdm.service.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/gdm.service.in b/data/gdm.service.in
index effdf56a..17e8a8de 100644
--- a/data/gdm.service.in
+++ b/data/gdm.service.in
@@ -19,11 +19,6 @@ After=rc-local.service plymouth-start.service systemd-user-sessions.service
# for any reason, make sure plymouth still stops
OnFailure=plymouth-quit.service
-# If our udev rule is still trying to figure out the lay of the land
-# then block for a bit. gdm-waiting-on-udev.path will start us later
-# when appropriate.
-ConditionPathExists=!/run/udev/gdm-waiting-on-udev
-
[Service]
ExecStart=${sbindir}/gdm
KillMode=mixed