diff options
Diffstat (limited to 'abs/core/plymouth/lxdm-plymouth.service')
-rw-r--r-- | abs/core/plymouth/lxdm-plymouth.service | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/abs/core/plymouth/lxdm-plymouth.service b/abs/core/plymouth/lxdm-plymouth.service index dc6b000..bf4a0a8 100644 --- a/abs/core/plymouth/lxdm-plymouth.service +++ b/abs/core/plymouth/lxdm-plymouth.service @@ -1,13 +1,12 @@ [Unit] Description=LXDE Display Manager -After=systemd-user-sessions.service - -Conflicts=plymouth-quit.service -After=plymouth-quit.service +Conflicts=getty@tty1.service plymouth-quit.service +After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service [Service] -ExecStart=/usr/sbin/lxdm >/dev/null 2>&1 </dev/null -StandardOutput=syslog +ExecStart=/usr/sbin/lxdm +Restart=always +IgnoreSIGPIPE=no [Install] Alias=display-manager.service |