diff options
author | David P <megver83@openmailbox.org> | 2017-03-22 11:10:24 -0300 |
---|---|---|
committer | David P <megver83@openmailbox.org> | 2017-03-22 11:10:24 -0300 |
commit | 8222e4f10d701a4a52c62f95de3573d1c904d249 (patch) | |
tree | 386b9a4a93d0502a0f4759c8296d1996490250a8 /pcr/plymouth/lightdm-plymouth.service | |
parent | 62526bc1720fdacef644e905ba4a3bd2200e512f (diff) | |
download | abslibre-8222e4f10d701a4a52c62f95de3573d1c904d249.tar.gz abslibre-8222e4f10d701a4a52c62f95de3573d1c904d249.tar.bz2 abslibre-8222e4f10d701a4a52c62f95de3573d1c904d249.zip |
Added plymouth
Diffstat (limited to 'pcr/plymouth/lightdm-plymouth.service')
-rw-r--r-- | pcr/plymouth/lightdm-plymouth.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/plymouth/lightdm-plymouth.service b/pcr/plymouth/lightdm-plymouth.service new file mode 100644 index 000000000..a845498fd --- /dev/null +++ b/pcr/plymouth/lightdm-plymouth.service @@ -0,0 +1,13 @@ +[Unit] +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/bin/lightdm +Restart=always +IgnoreSIGPIPE=no +BusName=org.freedesktop.DisplayManager + +[Install] +Alias=display-manager.service |