systemd: fix kernel-overlays.service ordering

kernel-overlays.service needs to be ordered before the modprobe@
instances, which were introduced in systemd 245, otherwise
modprobe@drm.service can run before /lib/firmware exists and
edid-override will fail.

Fix that by adding modprobe@.service template drop-in to order it
after kernel-overlays.service

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-12-22 19:13:15 +01:00
parent d8f199f700
commit 2f9d16a509

View File

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