diff options
Diffstat (limited to 'abs/core/plymouth/lightdm-plymouth.service')
-rw-r--r-- | abs/core/plymouth/lightdm-plymouth.service | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/abs/core/plymouth/lightdm-plymouth.service b/abs/core/plymouth/lightdm-plymouth.service index 47ec47e..a845498 100644 --- a/abs/core/plymouth/lightdm-plymouth.service +++ b/abs/core/plymouth/lightdm-plymouth.service @@ -1,14 +1,13 @@ [Unit] -Description=LightDM Display Manager -After=systemd-user-sessions.service - -Conflicts=plymouth-quit.service -After=plymouth-quit.service +Description=Light Display Manager +Conflicts=getty@tty1.service plymouth-quit.service +After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service [Service] -ExecStart=/usr/sbin/lightdm -StandardOutput=syslog +ExecStart=/usr/bin/lightdm +Restart=always +IgnoreSIGPIPE=no +BusName=org.freedesktop.DisplayManager [Install] -WantedBy=graphical.target Alias=display-manager.service |