summarylogtreecommitdiffstats
path: root/lightdm.service
diff options
context:
space:
mode:
Diffstat (limited to 'lightdm.service')
-rw-r--r--lightdm.service11
1 files changed, 5 insertions, 6 deletions
diff --git a/lightdm.service b/lightdm.service
index a24003998099..4a793031be3a 100644
--- a/lightdm.service
+++ b/lightdm.service
@@ -1,13 +1,12 @@
[Unit]
-Description=LightDM Display Manager
+Description=Light Display Manager
Documentation=man:lightdm(1)
-After=systemd-user-sessions.service
+Conflicts=getty@tty1.service
+After=getty@tty1.service systemd-user-sessions.service plymouth-quit.service acpid.service
[Service]
-ExecStart=/usr/sbin/lightdm
-StandardOutput=syslog
-# Don't want a continuous loop if X fails to start
-#Restart=always
+ExecStart=/usr/bin/lightdm
+Restart=always
IgnoreSIGPIPE=no
BusName=org.freedesktop.DisplayManager