summarylogtreecommitdiffstats
path: root/lightdm.service
diff options
context:
space:
mode:
authorSam Burgos2018-06-12 16:43:00 -0600
committerSam Burgos2018-06-12 16:43:00 -0600
commit1b4f1fd5834d70d92be351c8046aa17e880ce578 (patch)
tree61766a8ffb748add2dc366bdbc9c7db1f24134f9 /lightdm.service
downloadaur-1b4f1fd5834d70d92be351c8046aa17e880ce578.tar.gz
initial testing 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..4a793031be3a
--- /dev/null
+++ b/lightdm.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Light Display Manager
+Documentation=man:lightdm(1)
+Conflicts=getty@tty1.service
+After=getty@tty1.service systemd-user-sessions.service plymouth-quit.service acpid.service
+
+[Service]
+ExecStart=/usr/bin/lightdm
+Restart=always
+IgnoreSIGPIPE=no
+BusName=org.freedesktop.DisplayManager
+
+[Install]
+Alias=display-manager.service