summarylogtreecommitdiffstats
path: root/lightdm.service
diff options
context:
space:
mode:
authorXiao-Long Chen2015-06-08 20:33:31 -0400
committerXiao-Long Chen2015-06-08 20:33:31 -0400
commit205d2069a0e3f7160b112d0403b0232aa4256b57 (patch)
tree09d8ec911cb19c094ce8f02d1ae2e7236e8360dd /lightdm.service
downloadaur-205d2069a0e3f7160b112d0403b0232aa4256b57.tar.gz
Import from old AUR
Diffstat (limited to 'lightdm.service')
-rw-r--r--lightdm.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/lightdm.service b/lightdm.service
new file mode 100644
index 000000000000..a24003998099
--- /dev/null
+++ b/lightdm.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=LightDM Display Manager
+Documentation=man:lightdm(1)
+After=systemd-user-sessions.service
+
+[Service]
+ExecStart=/usr/sbin/lightdm
+StandardOutput=syslog
+# Don't want a continuous loop if X fails to start
+#Restart=always
+IgnoreSIGPIPE=no
+BusName=org.freedesktop.DisplayManager
+
+[Install]
+Alias=display-manager.service