From 3d73d36c32fba26d78c3bc0779c36e2fae662c32 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 18 Nov 2023 18:18:03 +0100 Subject: [PATCH] remove deprecated udev-settle.service --- .../archboot/base/etc/systemd/system/detect-vconsole.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/archboot/base/etc/systemd/system/detect-vconsole.service b/usr/share/archboot/base/etc/systemd/system/detect-vconsole.service index 433d5945b..00197d9ca 100644 --- a/usr/share/archboot/base/etc/systemd/system/detect-vconsole.service +++ b/usr/share/archboot/base/etc/systemd/system/detect-vconsole.service @@ -3,9 +3,9 @@ [Unit] Description=Set vconsole on display resolution -After=systemd-udev-settle.service +After=systemd-udev-trigger.service Before=systemd-vconsole-setup.service -Wants=systemd-udev-settle.service systemd-vconsole-setup.service +Wants=systemd-vconsole-setup.service [Service] Type=oneshot