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