diff options
Diffstat (limited to 'pcr-testing/plymouth/gdm-plymouth.service')
-rw-r--r-- | pcr-testing/plymouth/gdm-plymouth.service | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pcr-testing/plymouth/gdm-plymouth.service b/pcr-testing/plymouth/gdm-plymouth.service new file mode 100644 index 000000000..e1bd77b4d --- /dev/null +++ b/pcr-testing/plymouth/gdm-plymouth.service @@ -0,0 +1,16 @@ +[Unit] +Description=GNOME Display Manager +Conflicts=getty@tty1.service plymouth-quit.service +Wants=plymouth-deactivate.service +After=systemd-user-sessions.service getty@tty1.service plymouth-deactivate.service plymouth-quit.service + +[Service] +ExecStart=/usr/bin/gdm +Restart=always +IgnoreSIGPIPE=no +BusName=org.gnome.DisplayManager +StandardOutput=syslog +StandardError=inherit + +[Install] +Alias=display-manager.service |