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