summarylogtreecommitdiffstats
path: root/lightdm.service
diff options
context:
space:
mode:
authorSolomon Choina2017-12-18 14:45:25 -0500
committerSolomon Choina2017-12-18 14:45:25 -0500
commit62e2118ed423d7d2328038cbdfca5c88376dbf52 (patch)
tree4ff9d5e8fb60aa41e46bde7e52ec2787783c2ee1 /lightdm.service
downloadaur-62e2118ed423d7d2328038cbdfca5c88376dbf52.tar.gz
initial commit
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