diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-05 21:57:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-05 21:57:06 (GMT) |
commit | d5cb134735305134af8410f00768adf4b5254c91 (patch) | |
tree | 25487539a6a2ccd7ea3941d7d991820d8c5c1eae /abs/core/plymouth/lxdm-plymouth.service | |
parent | 7fb9e40d7558d80c04be03702231a19fe3fbfacd (diff) | |
download | linhes_pkgbuild-d5cb134735305134af8410f00768adf4b5254c91.zip linhes_pkgbuild-d5cb134735305134af8410f00768adf4b5254c91.tar.gz linhes_pkgbuild-d5cb134735305134af8410f00768adf4b5254c91.tar.bz2 |
plymouth: update to 0.9.0
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 |