Wait for plymouth stop before starting x@.service

This commit is contained in:
Alexander Grothe
2018-01-27 20:45:31 +01:00
parent b43181b9cc
commit 3b4f9d947d
3 changed files with 16 additions and 0 deletions

View File

@@ -15,6 +15,11 @@
src: templates/vdr-xorg.conf
dest: /etc/systemd/system/vdr.service.d/vdr-xorg.conf
- name: systemd-drop-in | start x@.service after plymouth.service
template:
src: templates/x@service.d/plymouth.conf.j2
dest: /etc/systemd/system/x@.service.d/plymouth.conf
- name: systemd-drop-in | start x@.service before xlogin@.service
template:
src: templates/x@service.d/xlogin.conf.j2

View File

@@ -0,0 +1,2 @@
[Unit]
After=plymouth.service