summarylogtreecommitdiffstats
path: root/lightdm.service
diff options
context:
space:
mode:
authorMaxime Gauduin2015-06-08 11:10:31 +0200
committerMaxime Gauduin2015-06-08 11:10:31 +0200
commit4d23336db5e4770883764c8426165364590894e8 (patch)
tree57b3795cc2cd5fe41f53157248f87318562a3cb7 /lightdm.service
downloadaur-4d23336db5e4770883764c8426165364590894e8.tar.gz
Initial import
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