summaryrefslogtreecommitdiff
path: root/pcr-testing/plymouth/lightdm.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/plymouth/lightdm.service')
-rw-r--r--pcr-testing/plymouth/lightdm.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/pcr-testing/plymouth/lightdm.service b/pcr-testing/plymouth/lightdm.service
new file mode 100644
index 000000000..b2fcd8292
--- /dev/null
+++ b/pcr-testing/plymouth/lightdm.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Light Display Manager
+Documentation=man:lightdm(1)
+Conflicts=getty@tty1.service
+After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
+
+[Service]
+ExecStart=/usr/bin/lightdm
+Restart=always
+IgnoreSIGPIPE=no
+BusName=org.freedesktop.DisplayManager
+
+[Install]
+Alias=display-manager.service
+