summarylogtreecommitdiffstats
path: root/lightdm.service
diff options
context:
space:
mode:
Diffstat (limited to 'lightdm.service')
-rw-r--r--lightdm.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/lightdm.service b/lightdm.service
new file mode 100644
index 000000000000..9b22f034c5da
--- /dev/null
+++ b/lightdm.service
@@ -0,0 +1,14 @@
+[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