diff options
Diffstat (limited to 'abs/core/plymouth/gdm-plymouth.service')
-rw-r--r-- | abs/core/plymouth/gdm-plymouth.service | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/abs/core/plymouth/gdm-plymouth.service b/abs/core/plymouth/gdm-plymouth.service index d44d9f3..d58c0e9 100644 --- a/abs/core/plymouth/gdm-plymouth.service +++ b/abs/core/plymouth/gdm-plymouth.service @@ -1,15 +1,13 @@ [Unit] Description=GNOME Display Manager -Conflicts=getty@tty1.service -After=systemd-user-sessions.service getty@tty1.service +After=systemd-user-sessions.service + +Conflicts=plymouth-quit.service +After=plymouth-quit.service [Service] -ExecStart=/usr/bin/gdm -Restart=always -IgnoreSIGPIPE=no -BusName=org.gnome.DisplayManager +ExecStart=/usr/sbin/gdm -nodaemon StandardOutput=syslog -StandardError=inherit [Install] -Alias=display-manager.service
\ No newline at end of file +Alias=display-manager.service |