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