diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-10 03:44:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-10 03:44:05 +0200 |
commit | 1310609b0507c9d4562d091e3c9eda94b07773cd (patch) | |
tree | 22c34f18b24ad1649e3586cf3f3fce9ddc3d6483 /units/fedora/prefdm.service | |
parent | 1f31e8d3a62a9399774409b9cb6d5c4104d04b02 (diff) |
unit: hook plymouth into the boot
https://bugzilla.redhat.com/show_bug.cgi?id=619922
Diffstat (limited to 'units/fedora/prefdm.service')
-rw-r--r-- | units/fedora/prefdm.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/prefdm.service b/units/fedora/prefdm.service index acce52e0de..49c06a6c2f 100644 --- a/units/fedora/prefdm.service +++ b/units/fedora/prefdm.service @@ -11,7 +11,7 @@ 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@tty1.service +Conflicts=getty@tty1.service plymouth-quit.service [Service] ExecStart=/etc/X11/prefdm -nodaemon |